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 install tooks almost 1 hour because of pipenv lock process #3829

Closed
rnglab opened this issue Jul 8, 2019 · 2 comments
Closed

pipenv install tooks almost 1 hour because of pipenv lock process #3829

rnglab opened this issue Jul 8, 2019 · 2 comments

Comments

@rnglab
Copy link

rnglab commented Jul 8, 2019

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 install 

But the experience is here really unexpected, it tooks almost 1 hour.

Also when process complete the console says it just takes 4 seconds :

Screen Shot 2019-07-08 at 15 50 06

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.

  • It could be nice if console output gives correct information about whole process and its current steps.
  • It could be nice if install process takes less time.

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"
@frostming
Copy link
Contributor

It is a known issue, which happens when installing packages like numpy, scipy and tensorflow.

See related issues #3827 #2681

@rnglab
Copy link
Author

rnglab commented Jul 9, 2019

@frostming thanks 👍

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