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
Traceback (most recent call last):
File "test-dataset.py", line 1, in <module>
from dataset import func
File "/root/torch-cache-test/dataset/func.py", line 3, in <module>
from . import nocache
File "/root/torch-cache-test/dataset/nocache.py", line 1, in <module>
from . import utils
File "/root/torch-cache-test/dataset/utils.py", line 8, in <module>
import torchdatasets as td
File "/opt/conda/lib/python3.6/site-packages/torchdatasets/__init__.py", line 60, in <module>
from . import cachers, datasets, maps, modifiers, samplers
File "/opt/conda/lib/python3.6/site-packages/torchdatasets/datasets.py", line 164, in <module>
class MetaIterableWrapper(MetaIterable, GenericMeta, _typing._DataPipeMeta): pass
TypeError: Cannot create a consistent method resolution
order (MRO) for bases type, GenericMeta, _DataPipeMeta
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: