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

Can't install rpunct due to torch version conflict #16

Open
babthamotharan opened this issue Mar 8, 2023 · 5 comments
Open

Can't install rpunct due to torch version conflict #16

babthamotharan opened this issue Mar 8, 2023 · 5 comments

Comments

@babthamotharan
Copy link

Hi,

Please update requirement.txt file to fix this error.
ERROR: Could not find a version that satisfies the requirement torch==1.8.1 (from rpunct) (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1)
ERROR: No matching distribution found for torch==1.8.1

Thanks

@rushi20139
Copy link

Same Error. Did you get a workaround?

@jonmach
Copy link

jonmach commented Nov 21, 2023

Also same error on Mac M2 chip.

ERROR: Could not find a version that satisfies the requirement torch==1.8.1 (from rpunct) (from versions: 2.0.0, 2.0.1, 2.1.0, 2.1.1)
ERROR: No matching distribution found for torch==1.8.1

Python version: 3.11.6

@eugenos-programos
Copy link

Downgrade your python version to 3.9

@jonmach
Copy link

jonmach commented Jan 19, 2024

@eugenos-programos - that is not the solution. @babthamotharan suggests modifying the requirements.txt file. That works fine. Doing a git clone, making the changes and installing from the local version provides a workable solution

@eugenos-programos
Copy link

@jonmach if you want to run this package inside docker container you cannot modify requirements. So for my situation downgrading python version is a workable solution.

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