直接使用pip install airsim安装airsim包会失败
(airsim) C:\Users\DELL>pip install airsim
Collecting airsim
Using cached airsim-1.8.1.tar.gz (20 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [12 lines of output]
Traceback (most recent call last):
File "<string>", line 36, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\DELL\AppData\Local\Temp\pip-install-1rcswci_\airsim_7a0388306c4f401ebf455bb83f6b5c53\setup.py", line 2, in <module>
from airsim import __version__
File "C:\Users\DELL\AppData\Local\Temp\pip-install-1rcswci_\airsim_7a0388306c4f401ebf455bb83f6b5c53\airsim\__init__.py", line 1, in <module>
from .client import *
File "C:\Users\DELL\AppData\Local\Temp\pip-install-1rcswci_\airsim_7a0388306c4f401ebf455bb83f6b5c53\airsim\client.py", line 3, in <module>
from .utils import *
File "C:\Users\DELL\AppData\Local\Temp\pip-install-1rcswci_\airsim_7a0388306c4f401ebf455bb83f6b5c53\airsim\utils.py", line 1, in <module>
import numpy as np #pip install numpy
ModuleNotFoundError: No module named 'numpy'
[end of output]note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed× Encountered error while generating package metadata.
╰─> See above for output.note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
先
pip install msgpack-rpc-python
再安装opencv再pip install airsim即可解决