All About Installation Issues
ziqinyeow opened this issue · 1 comments
ziqinyeow commented
Search before asking
- I have searched the JUXTAPOSE issues and found no similar bug report.
JUXTAPOSE Component
Other
Bug
Background
This package requires mmpose
as a dependency, which requires xtcocotools
. If you are starting with a new environment without any cache [pip cache purge
], you might encounter the following error:
- ModuleNotFoundError: No module named
numpy
- OSError
...
Environment
- OS: MacOS
- Python 3.9
Minimal Reproducible Example
pip install juxtapose
Additional
No response
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!
ziqinyeow commented
Potential way to solve the following:
- ModuleNotFoundError: No module named
numpy
- OSError: [Errno 66] Directory not empty:
...
Solve by:
Run the following before you run pip install juxtapose
:
pip install numpy
pip install matplotlib