Closed Sayali22 closed 1 year ago
Did you run he command python setup.py install
?
Yes. I have used below commands before running python run.py
conda env create -n metrics --file environment.yml
conda activate metrics
python setup.py install
I encountered such the same issue. The src
installed package seems to be easy to conflict with the other packages/projects.
My suggestion is to rename the main folder src
to serve as a unique name for installing the package @rafaelpadilla.
Thank you so much @hahv Renaming to src worked.
How to resolve this? I am using the Anaconda prompt on Windows.