-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
long time hang at "pip is looking at multiple versions of chardet" #1721
Comments
👋 @elig0n |
Also see: pypa/pip#8713 |
Hi @elig0n this is a known issue and our setup scripts are updated to use the legacy resolver for the time being. Please pull the latest master and try running setup again. |
@ajinabraham Are both windows and nix setup scripts updated ? This is also happening for the certifi package. |
Mobile-Security-Framework-MobSF/setup.sh Line 62 in e0f1f7e
There is similar change for windows as well. We also have automated cross platform tests running against each commit. |
ENVIRONMENT
EXPLANATION OF THE ISSUE
When running setup.bat or setup.sh pip would provide the following message and stop producing output for a long time (hours). I had an instance where after leaving it on for 24 hours I would see it finished.
I have noticed this "multiple version looking" happen with other packages as well but chardet seems to be the longest. I hope there is a way to shorten all of this.
The text was updated successfully, but these errors were encountered: