pipsearch icon indicating copy to clipboard operation
pipsearch copied to clipboard

installation needs 'requests'

Open sokobania opened this issue 2 years ago • 0 comments

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.

sokobania avatar Sep 09 '22 12:09 sokobania