Bug #6755
python CLI install instructions fail
0%
Description
The following issue was reported by Ethan White:
http://pythonhosted.org/DataONE_ClientLib/install.html#preferred-install-method
recommends using:
sudo easy_install DataONE_LibClient
which errors with:
ethan@oryx:~/$ sudo easy_install DataONE_LibClient
Searching for DataONE-LibClient
Reading https://pypi.python.org/simple/DataONE_LibClient/
Reading https://pypi.python.org/simple/DataONE-LibClient/
Couldn't find index page for 'DataONE_LibClient' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for DataONE-LibClient
error: Could not find suitable distribution for
Requirement.parse('DataONE-LibClient')
It appears the correct library name and associated instructions would now be:
sudo easy_install dataone.libclient
Ethan
History
#1 Updated by Matthew Jones almost 10 years ago
- Project changed from Infrastructure to Python CLI
- Due date deleted (
2015-01-13) - Category deleted (
d1_python) - Target version deleted (
Release Backlog) - Start date deleted (
2015-01-13)
#2 Updated by Mark Servilla almost 10 years ago
The "easy_install" method of installing the DataONE_ClientLib found at http://pythonhosted.org/DataONE_ClientLib/install.html#preferred-install-method has apparently been deprecated for some time now; it should be permanently removed from PyPI. The preferred method is to use "pip install" as documented here: http://pythonhosted.org/dataone.libclient/setup-d1-client.html.