handwritten-flowchart-with-cnn icon indicating copy to clipboard operation
handwritten-flowchart-with-cnn copied to clipboard

Could not find a version that satisfies the requirement opt-einsum==0+untagged.56.g2664021.dirty

Open GraberThomas opened this issue 2 years ago • 5 comments

When i run pip install -r requirements.txt, i have this error :

ERROR: No matching distribution found for opt-einsum==0+untagged.56.g2664021.dirty```

GraberThomas avatar May 12 '23 07:05 GraberThomas

Hello there,

could you try commenting the line on requirements.txt please?

https://github.com/dbetm/handwritten-flowchart-with-cnn/blob/master/requirements.txt#L47

dbetm avatar May 15 '23 16:05 dbetm

Which Python version are you using?

dbetm avatar Jul 08 '23 22:07 dbetm

When i run pip install -r requirements.txt, i have this error too

ERROR: No matching distribution found for opt-einsum==0+untagged.56.g2664021.dirty```

my python version is 3.6

jym-coder avatar Sep 18 '23 11:09 jym-coder

When I run pip install -r requirements.txt, I have this error too. After I commented the "opt-einsum==0+untagged.56.g2664021.dirty", I got another error: "ERROR: No matching distribution found for protobuf==3.11.4" I also comment this line, and the installation can be countinued. however, the installation stops at: Collecting pydot==1.4.1 Using cached pydot-1.4.1-py2.py3-none-any.whl (19 kB)

My python is 3.6.13

susansfku avatar Aug 12 '24 13:08 susansfku

Hi @susansfku , could you try unsetting the version for pydot? only pydot on the requirements.txt file

dbetm avatar Sep 16 '24 18:09 dbetm