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

Installation Torch Version Issues #40

Open
johnisanerd opened this issue Jan 22, 2024 · 1 comment
Open

Installation Torch Version Issues #40

johnisanerd opened this issue Jan 22, 2024 · 1 comment

Comments

@johnisanerd
Copy link

Getting the following issues when I try to install:

Downloading detextify-0.1.0-py3-none-any.whl (10 kB)
ERROR: Cannot install detextify==0.1.0, detextify==0.1.1, detextify==0.1.2, detextify==0.1.3, detextify==0.1.4, detextify==0.1.5, detextify==0.1.6, detextify==0.1.7, detextify==0.1.8 and detextify==0.1.9 because these package versions have conflicting dependencies.

The conflict is caused by:
    detextify 0.1.9 depends on torch<2.0.0 and >=1.13.0
    detextify 0.1.8 depends on torch<2.0.0 and >=1.13.0
    detextify 0.1.7 depends on torch<2.0.0 and >=1.13.0
    detextify 0.1.6 depends on torch<2.0.0 and >=1.13.0
    detextify 0.1.5 depends on torch<2.0.0 and >=1.13.0
    detextify 0.1.4 depends on torch<2.0.0 and >=1.13.0
    detextify 0.1.3 depends on torch<2.0.0 and >=1.13.0
    detextify 0.1.2 depends on torch<2.0.0 and >=1.13.0
    detextify 0.1.1 depends on torch<2.0.0 and >=1.13.0
    detextify 0.1.0 depends on torch<2.0.0 and >=1.13.0

Any ideas?

@johnisanerd
Copy link
Author

My workaround to this, on a Mac, was to make a new virtual environment. It's important this virtual environment is in python 3.10. Then, run:
pip install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1

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

1 participant