-
-
Notifications
You must be signed in to change notification settings - Fork 39
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 lock hangs in setup_dev #123
Comments
Can I guess this is a problem with the documentation then? Can you take a crack at issuing a pull request to fix it? |
The aequilibrae documentation is correct, I want to understand what the lock file is trying to do and why it cannot create one first before I make any changes to setup. The docs say it does this:
Is that okay? |
I think it is |
I believe this has been fixed now. |
In the same manner as described here pypa/pipenv#2681
equally the solution in the comments worked, with the skip-lock flag.
python3 -m pipenv install --dev --skip-lock
The text was updated successfully, but these errors were encountered: