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

various import errors caused by PyTorch version being too new #66

Open
peacej opened this issue Aug 21, 2022 · 0 comments
Open

various import errors caused by PyTorch version being too new #66

peacej opened this issue Aug 21, 2022 · 0 comments

Comments

@peacej
Copy link

peacej commented Aug 21, 2022

E.g. errors like No module named 'torchtext.legacy'
Maybe in the requirements.txt you pin the version, e.g. use

torch==1.6.1

instead of

torch>=1.6.1

or something?

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