vnet.pytorch icon indicating copy to clipboard operation
vnet.pytorch copied to clipboard

How can I install torchbiomed

Open zgj834124621 opened this issue 5 years ago • 3 comments

when I use pip -r requirements.txt,a question as follow: ERROR: No matching distribution found for torchbiomed (from -r requirements.txt (line 4))

zgj834124621 avatar Jan 04 '20 01:01 zgj834124621

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

tzcskys avatar Feb 12 '20 06:02 tzcskys

if you want to remove this package, just use pip uninstall package-name, and package-name can be found from pip list

tzcskys avatar Feb 12 '20 06:02 tzcskys

Thk tzcskys,bro!

JoshuaYang0926 avatar Feb 08 '23 11:02 JoshuaYang0926