I'm trying to run the experiments described in README.md to check if I've correctly set up the environment.
However, I can not run it since I get this error:
(quantlab) quantlab/quantlab [main●] » python main.py --problem=CIFAR10 --topology=VGG configure
Traceback (most recent call last):
File "main.py", line 29, in <module>
from manager.flows import platform
File "/home/josse/phd/quantlab/quantlab/manager/flows/__init__.py", line 107, in <module>
from .configure import configure
File "/home/josse/phd/quantlab/quantlab/manager/flows/configure.py", line 23, in <module>
from manager.logbook import Logbook
File "/home/josse/phd/quantlab/quantlab/manager/logbook/__init__.py", line 22, in <module>
from .logbook import Logbook
File "/home/josse/phd/quantlab/quantlab/manager/logbook/logbook.py", line 28, in <module>
from .logsmanager import LogsManager
File "/home/josse/phd/quantlab/quantlab/manager/logbook/logsmanager.py", line 27, in <module>
from torch.utils.tensorboard import SummaryWriter
File "/home/josse/miniconda3/envs/quantlab/lib/python3.8/site-packages/torch/utils/tensorboard/__init__.py", line 4, in <module>
LooseVersion = distutils.version.LooseVersion
AttributeError: module 'distutils' has no attribute 'version'
Hi!
I'm trying to run the experiments described in
README.md
to check if I've correctly set up the environment. However, I can not run it since I get this error:It seems to be related to this PyTorch issue
I've installed the conda environment as per the instruction in
README.md
, here isconda list
:Could you give me some information on how to proceed?
Thanks! Best regards!