Open zgj834124621 opened 4 years ago
when I use pip -r requirements.txt,a question as follow: ERROR: No matching distribution found for torchbiomed (from -r requirements.txt (line 4))
git clone https://github.com/mattmacy/torchbiomed.git
cd torchbiomed
pip install -e .
do not miss the dot behind the -e
if you want to remove this package, just use pip uninstall package-name
, and package-name can be found from pip list
Thk tzcskys,bro!
when I use pip -r requirements.txt,a question as follow: ERROR: No matching distribution found for torchbiomed (from -r requirements.txt (line 4))