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

installation *might* require manual update of urllib3 version #34

Open
alyssambailey opened this issue Nov 28, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working needs:triage open.1.6.2

Comments

@alyssambailey
Copy link
Collaborator

🐛 The bug

When installing NPB you may run into an issue because of the urllib3 version.
This version needs to be manually changed to 1.26.6

after you have downloaded the package and try to run % python3 setup.py install

you might see something like this ---

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand. Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.

you can update the version by running the following :
% python3 -m pip install urllib3==1.26.6

After updating urllib3 version you should be able to run setup.py with no issues :
% python3 setup.py install

📚 Version of Software Used

1.5.0

🖥 System Info

  • OS: MacOS 13.6.2

🦄 Related requirements

⚙️ Engineering Details

@alyssambailey alyssambailey added bug Something isn't working needs:triage labels Nov 28, 2023
@alyssambailey alyssambailey self-assigned this Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs:triage open.1.6.2
Projects
None yet
Development

No branches or pull requests

2 participants