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

All About Installation Issues #2

Closed
2 tasks done
ziqinyeow opened this issue Nov 2, 2023 · 1 comment
Closed
2 tasks done

All About Installation Issues #2

ziqinyeow opened this issue Nov 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ziqinyeow
Copy link
Owner

ziqinyeow commented Nov 2, 2023

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:

  1. ModuleNotFoundError: No module named numpy
  2. 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 ziqinyeow added the bug Something isn't working label Nov 2, 2023
@ziqinyeow
Copy link
Owner Author

Potential way to solve the following:

  1. ModuleNotFoundError: No module named numpy
  2. OSError: [Errno 66] Directory not empty: ...

Solve by:

Run the following before you run pip install juxtapose:

  1. pip install numpy
  2. pip install matplotlib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant