-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install new release #211
Comments
Hi! The stack trace doesn’t explain what’s this "error code 1", so it’s hard to find what’s going on. Do you have a more explicit error message hidden somewhere? It works with the latest version of pipenv. I’ve tried to use pipenv’s version provided by Ubuntu 20.04 (seems to be 11.9.0), but it looks like it doesn’t work with Python 3.9+, and I don’t have Python 3.8 installed anymore. |
Yeah, I know sorry. I didn't get any other more useful error - that stack trace is it. Maybe there's a flag to tell pipenv to show subprocess output? I'm not particularly expert at Python. |
Do you get something interesting with the |
Good tip:
|
Then it means that the version of pip bundled in your version of pipenv is not able to install packages that don’t include a For know, if you can’t use a more recent version of pipenv (you can in a Python virtual environment), you’ll be stuck with the precedent version of cairocffi :/. |
OK so this is to do with Ubuntu 20 being too old? It's probably about time to upgrade anyway. |
Yes, pipenv 11.9.0 is provided by Ubuntu, and it’s 5 years old.
You can upgrade Ubuntu, or just install pipenv in a virtual environment if you prefer. |
The new 1.5.0 release doesn't install for me using
pipenv
and Ubuntu 20 LTS:The text was updated successfully, but these errors were encountered: