-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
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 |
thanks,I can run it. |
You also need to install pandas, |
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) |
When I follow the steps to run the AlphaPose(PyTorch), it appear this bug.So, How should I do?Please help me,thanks!!!!!
The text was updated successfully, but these errors were encountered: