import pyzed No Error, but import pyzed.sl report an Error (zed-pythonAPI Installing)
reason: Python version is too high. As shown in the figure below, python 3.8+ are prone to lead to this problem
Solution: install Python 3.7
Additional notes:
if you use a virtual environment, such as anaconda, download the latest anaconda and create your own virtual environment, choose python = 3.7
Read More:
- [Solved] Pycham Error: non zero exit code (2)
- ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
- [Solved] Error: Please select a valid Python interpreter
- [Solved] cv2.xfeatures2d.SIFT_create() Error: module ‘cv2.cv2’ has no attribute ‘xfeatures2d’
- The PIP installation package was successful but the import failed
- [Solved] Pycharm Use pip Error: Script file ‘D:\Anaconda3\envs\pytorch\Scripts\pip-script.py‘ is not present
- Raspberry pie import opencv error: ImportError: numpy.core.multiarray failed to import
- [Solved] torchvision Error: UserWarning: Failed to load image Python extension: Could not find module
- Python environment error, bad interpreter: there is no file or directory
- [Mac Pro M1] Python3.9 import cv2 Error: Reason: image not found
- How to Solve Spyder Version incompatible error
- [Solved] ERROR: No matching distribution found for torch-cluster==x.x.x
- [Solved] Jupyter notebook use pyLDAvis Error: modulenotfounderror: no module named ‘pyLDAvis’‘
- error: Unable to find vcvarsall.bat
- A summary of a demo development process for Python using the QT5 development interface
- [Solved] OpenCV Import Error: ImportError: numpy.core.multiarray failed to import
- [Solved] Conda install Error: An HTTP error occurred when trying to retrieve this URL. HTTP errors are often…
- [Solved] Windows10 Pycharm Use Virtual Environment Error: Cannot set up a python SDK
- [Solved] ModuleNotFoundError: No module named ‘pip‘
- Install PyTorch in Anaconda environment