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
I just installed a fresh version of torchtext from pip and tried to load a simple TabularDataset.
It crashed due to the dependency to six, which is used in example.py.
Problem: The setup.py script does not contain six under install_requires.
The text was updated successfully, but these errors were encountered:
nzw0301
added a commit
to nzw0301/text
that referenced
this issue
Nov 12, 2018
I just installed a fresh version of torchtext from pip and tried to load a simple TabularDataset.
It crashed due to the dependency to
six
, which is used in example.py.Problem: The setup.py script does not contain
six
underinstall_requires
.The text was updated successfully, but these errors were encountered: