You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure whether this is still being updated but I tried to install it in a conda environment, have all required packages installed but when trying to use pip install git+git://github.com/jbaiter/zotero-cli.git@master to install get the following error message. The pathlib package can be found and imported in python command line.
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f988e8e4bb0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/pathlib/
ERROR: Could not find a version that satisfies the requirement pathlib (from pyzotero)
ERROR: No matching distribution found for pathlib
The text was updated successfully, but these errors were encountered:
Hi @whytong
I was installing some other project of mine which was working perfectly until a month ago but now I encountered the same issue you're describing.
Not sure whether this is still being updated but I tried to install it in a
conda
environment, have all required packages installed but when trying to usepip install git+git://github.com/jbaiter/zotero-cli.git@master
to install get the following error message. Thepathlib
package can be found and imported in python command line.The text was updated successfully, but these errors were encountered: