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 needs 'requests' #27

Open
sokobania opened this issue Sep 9, 2022 · 0 comments
Open

installation needs 'requests' #27

sokobania opened this issue Sep 9, 2022 · 0 comments

Comments

@sokobania
Copy link

sokobania commented Sep 9, 2022

I downloaded "pipsearch-master.zip" and tried the instruction written in the README.md:

$ python setup.py install
running install
/Users/jack/Documents/DEVELOP/PYTHON/PYTHON-CODE/MyStudySession/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
...
Download error on https://pypi.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997) -- Some packages may not be found!
No local packages or working download links found for requests
error: Could not find suitable distribution for Requirement.parse('requests')

I tried: pip install requests

But it seems that it is much better to just do pip install . which worked perfectly.

Maybe the README.md might be improved.

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

1 participant