Cant seem to Import Airsim with PIP #5015
Unanswered
2themax2
asked this question in
Support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to import Airsim with pip install airsim, It does seem to start "installing" but after a few seconds it gives me the following:
ModuleNotFoundError: No module named 'numpy'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
even though numpy is installed:
Requirement already satisfied: numpy in c:\users\xxx\documents\xxxxxxxx\venv\lib\site-packages (1.26.4)
anyone have any thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions