Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GraberThomas opened this issue May 12, 2023 · 5 comments
Assignees

Comments

@GraberThomas
Copy link

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```
@dbetm
Copy link
Owner

dbetm commented May 15, 2023

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 dbetm self-assigned this May 15, 2023
@dbetm
Copy link
Owner

dbetm commented Jul 8, 2023

Which Python version are you using?

@jym-coder
Copy link

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

@susansfku
Copy link

susansfku commented Aug 12, 2024

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

@dbetm
Copy link
Owner

dbetm commented Sep 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants