Hi,
setup.py is missing in the repository.
I am getting this error while creating conda environment.
Collecting package metadata (repodata.json): done
Solving environment: done
Downloading and Extracting Packages
Preparing transaction: done
Verifying transaction: done
Executing transaction: / By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html
done
Installing pip dependencies: / Ran pip subprocess with arguments:
['/home/styldod/anaconda3/envs/prospect/bin/python', '-m', 'pip', 'install', '-U', '-r', '/media/styldod/DATA/vinm/experiments/ProSpect/condaenv.ke68jt4z.requirements.txt', '--exists-action=b']
Pip subprocess output:
Pip subprocess error:
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /ProSpect
failed
CondaEnvException: Pip failed
Looking at the environment file Line 31, pip install -e . requires setup.py which is missing in the repository.
Hi,
setup.pyis missing in the repository.I am getting this error while creating conda environment.
Looking at the environment file Line 31,
pip install -e .requires setup.py which is missing in the repository.