Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I install torchbiomed #26

Open
zgj834124621 opened this issue Jan 4, 2020 · 3 comments
Open

How can I install torchbiomed #26

zgj834124621 opened this issue Jan 4, 2020 · 3 comments

Comments

@zgj834124621
Copy link

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

@tzcskys
Copy link

tzcskys commented Feb 12, 2020

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
Copy link

tzcskys commented Feb 12, 2020

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

@JoshuaYang0926
Copy link

Thk tzcskys,bro!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants