-
Notifications
You must be signed in to change notification settings - Fork 2
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
pipenv sync failed in new install #97
Comments
It happened the same with new instances using Ubuntu 18 and 20. |
Mm, it seems that distutils is missing. Perhaps give this a shot: |
Thank you for your answer. In another newly created instance, I'm getting:
|
It appears similar to this problem: pypa/get-pip#124. Likely it can be fixed by installing for python3.7 specifically We should probally migrate to 3.10 soon |
I got the same error trying:
|
Ugh, I can't reproduce this issue because I get another Pipenv error all together. I've already stopped using Pipenv for my own projects because it breaks so often. I hope we can ditch it in the future. You can monkey patch it by creating a |
I tried, but it didn't work for me. I'd like to have a Dockerfile or a branch using it as a simple Python code. I know now to avoid projects using pipenv. Unfortunately, is full of issues. |
By the way, did you follow the instructions at https://pxl-docs.svsticky.nl/installation/? |
Yes, I did. I'd like to know what the changes are using a |
I installed it using pyenv first, using |
I just set a new EC2 instance to test pxl. It's using Ubuntu 22.
This is my history:
And I got in the last step:
The text was updated successfully, but these errors were encountered: