We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
roshan@roshan-Satellite-L855:~/Desktop/pose-gan$ python2 create_pairs_dataset.pyTraceback (most recent call last): File "create_pairs_dataset.py", line 1, in import pandas as pd File "/home/roshan/.local/lib/python2.7/site-packages/pandas/init.py", line 19, in "Missing required dependencies {0}".format(missing_dependencies)) ImportError: Missing required dependencies ['numpy']
The text was updated successfully, but these errors were encountered:
Guess you do not have a numpy installed. Check dependencies in requirements.txt
Sorry, something went wrong.
No branches or pull requests
roshan@roshan-Satellite-L855:~/Desktop/pose-gan$ python2 create_pairs_dataset.pyTraceback (most recent call last):
File "create_pairs_dataset.py", line 1, in
import pandas as pd
File "/home/roshan/.local/lib/python2.7/site-packages/pandas/init.py", line 19, in
"Missing required dependencies {0}".format(missing_dependencies))
ImportError: Missing required dependencies ['numpy']
The text was updated successfully, but these errors were encountered: