You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an __error__ occurs during the compilation, make sure that you're using the latest [ZED SDK](https://www.stereolabs.com/developers/) and that you installed an x64 version of python. `python -c "import platform; print(platform.architecture())"`
33
+
29
34
The packages *.pyd* for Windows or *.so* for Linux will be generated and installed.
30
35
31
-
You can use
32
-
```
33
-
python setup.py cleanall
34
-
```
35
-
to remove every cpp files generated and build directory.
36
+
You can use `python setup.py cleanall` to remove every cpp files generated and build directory.
0 commit comments