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

ModuleNoteFoundError:No module named 'torchsample' #71

Closed
huangzhenjie opened this issue Jun 20, 2018 · 4 comments
Closed

ModuleNoteFoundError:No module named 'torchsample' #71

huangzhenjie opened this issue Jun 20, 2018 · 4 comments

Comments

@huangzhenjie
Copy link

When I follow the steps to run the AlphaPose(PyTorch), it appear this bug.So, How should I do?Please help me,thanks!!!!!

@jeffffffli
Copy link
Member

jeffffffli commented Jun 20, 2018

Hi, you can install the dependencies as followed

pip install -e git+https://github.com/ncullen93/torchsample.git#egg=torchsample
pip install visdom
pip install nibabel
pip install h5py  # this will be removed in the formal version

@huangzhenjie
Copy link
Author

thanks,I can run it.

@abi98213
Copy link

You also need to install pandas,
pip install pandas

@shekhar-amit
Copy link

shekhar-amit commented Apr 28, 2020

Hi, you can install the dependencies as followed

pip install -e git+https://github.com/ncullen93/torchsample.git#egg=torchsample
pip install visdom
pip install nibabel
pip install h5py  # this will be removed in the formal version

I followed the steps, even installed pandas, yet the error persists. Can anyone point out what other problem could it be?

EDIT: Fixed it by manually pasting the folder to the libraries directory (C:\ProgramData\Anaconda3\Lib\site-packages\ in my case)

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

4 participants