Can't install with pipenv using Python 3.7
See original GitHub issueI’m now migrating our search API with grlc support from Python 2.7 to Python 3.7, but (using pipenv) I get errors when installing the greenlet & gevent packages:
“An error occurred while installing gevent==1.1.2” “An error occurred while installing greenlet==0.4.10”
How to reproduce:
Run in a terminal on macOS High Sierra:
pipenv --python 3.7 pipenv shell pipenv install grlc
Is grlc compatible with another Python 3.x version?
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
pipenv requires python 3.7 but installed version is 3.8 and ...
My way to solve the problem is simply delete the old Pipfile and input pipenv shell in the terminal. Then it will build...
Read more >Pipenv REQUIRES 3.7 and refuses to run on 3.8 #4590
Issue description pipenv install fails when the only versions of python I have are 2.7 or 3.8.x Expected result That pipenv supports python...
Read more >The pipenv requires python 3.7 but installed version is 3.8 and ...
I know a little of Python and more than a year ago I wrote a small script, using pipenv to manage the dependencies....
Read more >Frequently Encountered Pipenv Problems - Read the Docs
This is usually a result of mixing Pipenv with system packages. We strongly recommend installing Pipenv in an isolated environment. Uninstall all existing ......
Read more >Python versions, pyenv and pipenv - GitLab
This install python 3.7.5 in your home directory at ~/.pyenv/versions/3.7.5/ . Note that this python is installed in a secluded location and does...
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
Hey @c-martinez, the issue with installing grlc seems to be gone! (at least locally) Now to test it on the server and all should be good 😃)
@c-martinez awesome thanks for the quick response 😃
for context: if the fix is there we can deploy our awesome local grlc experiments on the server (without hacking there)