Closed mike-barrow closed 9 months ago
I had the same issue once. It was resolved by running 'pip install --upgrade pip setuptools
, before installing nnunet
Hey @mike-barrow
Could updating setuptools
resolve your issue as in the case of @Nils-ChristianIseke ?
Hi sorry for the late response. No, pip install -U setuptools
does not seem to work as it did before
Hi there, my mistake. I did not update setuptools correctly. I needed to specify pip3:
pip3 install --upgrade setuptools pip
python -m pip install .
after doing this, the install worked.
Hi, i also have this problem,pip install -U setuptools
and python -m pip install .
does not seem to work
pulling the repository, navigating to nnUNet and running
pip install -e .
does not install nnUNet v2 in my virtual environment. Instead I see:Issue occurs on a virtual environment on Ubuntu 20.04 LTS, python version 3.10.12