When following installation steps and running python setup.py build (or python setup.py install)
I'm getting the following error:
sl_zed64.lib(sl_zed64.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'x86'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.25.28610\bin\HostX86\x86\link.exe' failed with exit status 1112
This is happening with
ZED SDK 3.0
Windows 10
Cuda 10.0
Python 3.8.2: By selecting all users option when installing, to avoid installation in WindowsApps folder. I reinstalled with this option to avoid the following error I was getting before:
C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.752.0_x64qbz5n2kfra8p0\Lib\site-packages\pyzed
error: could not create 'C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.752.0_x64qbz5n2kfra8p0\Lib\site-packages\pyzed': Access is denied\
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days
Hi
When following installation steps and running
python setup.py build
(orpython setup.py install
)I'm getting the following error:
This is happening with
ZED SDK 3.0
Windows 10
Cuda 10.0
Python 3.8.2: By selecting all users option when installing, to avoid installation in WindowsApps folder. I reinstalled with this option to avoid the following error I was getting before: