question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Good morning,

When i launch npm install, i get that : ✖ Error: Command failed: /bin/sh -c pipenv install --skip-lock Warning: Python 3.6 was not found on your system... You can specify specific versions of Python with: $ pipenv --python path/to/python

I am on raspberry 1, raspbian 10

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
lapchuncommented, Mar 30, 2020

I also met this problem and I solved it successfully by modifying three files, bridges/python/Pipfile, bridges/python/Pipfile.lock, scripts/check.js.

  • bridges/python/Pipfile: find “python_version”, replace 3.6 with 3.7

  • bridges/python/Pipfile.lock: find “python_version”, replace 3.6 with 3.7

  • scripts/check.js: find “pythonRequiredVersion”, replace 3.6 with 3.7

I am on Win10 and my python version is 3.7.

0reactions
Divlocommented, Apr 24, 2021

Thanks for your report! Could you please try with the latest version of the develop branch ? Also there is now Gitpod, so you can easily start Leon directly in your browser, it is worth taking a look: https://gitpod.io/#https://github.com/leon-ai/leon

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python Release Python 3.6.0
Python 3.6.0. Release Date: Dec. 23, 2016. Note: The release you are looking at is Python 3.6.0, the initial feature release for the...
Read more >
Python Release Python 3.6.8
Python 3.6.8. Release Date: Dec. 24, 2018. Note: The release you are looking at is Python 3.6.8, the final bugfix release for the...
Read more >
Python Release Python 3.6.10
Python 3.6.10. Release Date: Dec. 18, 2019. Note: The release you are looking at is Python 3.6.10, a security bugfix release for the...
Read more >
What's New In Python 3.6 — Python 3.11.1 documentation
This article explains the new features in Python 3.6, compared to 3.5. Python 3.6 was released on December 23, 2016. See the changelog...
Read more >
Python Release Python 3.6.15
Python 3.6.15. Release Date: Sept. 4, 2021. Note: The release you are looking at is Python 3.6.15, the final security bugfix release for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found