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.

Can't install with pipenv using Python 3.7

See original GitHub issue

I’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:closed
  • Created 4 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
jblomcommented, Jul 1, 2019

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 😃)

1reaction
jblomcommented, Jun 26, 2019

@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)

Read more comments on GitHub >

github_iconTop 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 >

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