We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 install
pipenv lock
Hello everyone,
First of all thanks for this great project.
I'm trying to use pipenv for one of our projects. After environment setup i just start to install our dependency packages with :
pipenv
But the experience is here really unexpected, it tooks almost 1 hour.
1 hour
Also when process complete the console says it just takes 4 seconds :
I guess this message is not related about whole process. There must be another items such as indexing, caching or something else.
I think these step needs some improvements in console behaviors.
Basic Pipfile for just 3 packages:
[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] [packages] numpy = "*" imutils = "*" opencv-python = "*" [requires] python_version = "3.7"
The text was updated successfully, but these errors were encountered:
It is a known issue, which happens when installing packages like numpy, scipy and tensorflow.
numpy
scipy
tensorflow
See related issues #3827 #2681
Sorry, something went wrong.
@frostming thanks 👍
No branches or pull requests
Hello everyone,
First of all thanks for this great project.
I'm trying to use
pipenv
for one of our projects. After environment setup i just start to install our dependency packages with :But the experience is here really unexpected, it tooks almost
1 hour
.Also when process complete the console says it just takes 4 seconds :
I guess this message is not related about whole process. There must be another items such as indexing, caching or something else.
I think these step needs some improvements in console behaviors.
Basic Pipfile for just 3 packages:
The text was updated successfully, but these errors were encountered: