ru-dalle icon indicating copy to clipboard operation
ru-dalle copied to clipboard

Error when running pip install rudalle==1.0.0

Open bibyts opened this issue 2 years ago • 2 comments

Trying to get the code to run locally on my computer with python in Anaconda. I entered this command: pip install rudalle==1.0.0

Wasn't able to install as I got this error. How to fix? ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'x:\users\xxx\anaconda3\lib\site-packages\numpy-1.20.3.dist-info\METADATA'

bibyts avatar Jan 26 '22 03:01 bibyts

ERROR: Could not find a version that satisfies the requirement youtokentome~=1.0.6 (from rudalle) (from versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3rc1, 1.0.3, 1.0.4, 1.0.5, 1.0.6)
ERROR: No matching distribution found for youtokentome~=1.0.6

Other error

muhammadyusuf-kurbonov avatar Jan 26 '22 11:01 muhammadyusuf-kurbonov

pip3 install Cython

Panter7777 avatar Aug 05 '22 10:08 Panter7777