Python 3.6
See original GitHub issueGood 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:
- Created 4 years ago
- Comments:15 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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