Skip to content
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

Closed
alexdawn opened this issue Mar 30, 2020 · 4 comments
Closed

Pipenv lock hangs in setup_dev #123

alexdawn opened this issue Mar 30, 2020 · 4 comments

Comments

@alexdawn
Copy link
Contributor

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

@pedrocamargo
Copy link
Contributor

Can I guess this is a problem with the documentation then? Can you take a crack at issuing a pull request to fix it?

@alexdawn
Copy link
Contributor Author

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:

--skip-lock — Ignore the Pipfile.lock and install from the Pipfile. In addition, do not write out a Pipfile.lock reflecting changes to the Pipfile.

Is that okay?

@pedrocamargo
Copy link
Contributor

I think it is

@pedrocamargo
Copy link
Contributor

I believe this has been fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants