handwritten-flowchart-with-cnn
handwritten-flowchart-with-cnn copied to clipboard
Could not find a version that satisfies the requirement opt-einsum==0+untagged.56.g2664021.dirty
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```
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
Which Python version are you using?
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
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
Hi @susansfku , could you try unsetting the version for pydot?
only pydot on the requirements.txt file