You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had difficulty installing pyonmttok on Redhat 9.4 with python 3.12, while all other dependencies have been resolved smoothly. The error goes like (similar to https://github.com/OpenNMT/OpenNMT-py/issues/1770 ):
No local packages or working download links found for pyonmttok<2,>=1.37 . error: Could not find suitable distribution for Requirement.parse('pyonmttok').
Figured out hard way that (https://pypi.org/simple/pyonmttok/) does not have the required .whl file for python 3.12. Installation was successful with python 3.11.
This is to request you to mention in Readme.md the requirement of python<3.12
The text was updated successfully, but these errors were encountered:
Had difficulty installing pyonmttok on Redhat 9.4 with python 3.12, while all other dependencies have been resolved smoothly. The error goes like (similar to https://github.com/OpenNMT/OpenNMT-py/issues/1770 ):
No local packages or working download links found for pyonmttok<2,>=1.37 . error: Could not find suitable distribution for Requirement.parse('pyonmttok').
Figured out hard way that (https://pypi.org/simple/pyonmttok/) does not have the required .whl file for python 3.12. Installation was successful with python 3.11.
This is to request you to mention in Readme.md the requirement of python<3.12
The text was updated successfully, but these errors were encountered: