gdeanrexroth
Here is the error I am getting whenever i run the command "python -m depthai_viewer":
Looking in indexes: https://anu9rng:\*\*\*\*@rb-artifactory.bosch.com/artifactory/api/pypi/python-virtual/simple
Requirement already satisfied: pip in c:\users\deg6fni\.conda\envs\camera\lib\site-packages\depthai_viewer\venv-0.2.0\lib\site-packages (24.0)
Looking in indexes: https://anu9rng:\*\*\*\*@rb-artifactory.bosch.com/artifactory/api/pypi/python-virtual/simple, https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/
Creating virtual environment...
Error occurred during dependency installation: Command '['C:\\Users\\deg6fni\\.conda\\envs\\camera\\Lib\\site-packages\\depthai_viewer\\venv-0.2.0\\Scripts\\python', '-m', 'pip', 'install', 'depthai-sdk==1.13.1.dev0+dd1a6d8a797107d24b9b91b7b63c3fcffb932712', '--extra-index-url', 'https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/']' returned non-zero exit status 1.
Traceback (most recent call last):
File "C:\Users\deg6fni\.conda\envs\camera\Lib\site-packages\depthai_viewer\install_requirements.py", line 88, in create_venv_and_install_dependencies
subprocess.run(
File "C:\Users\deg6fni\.conda\envs\camera\Lib\subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['C:\\Users\\deg6fni\\.conda\\envs\\camera\\Lib\\site-packages\\depthai_viewer\\venv-0.2.0\\Scripts\\python', '-m', 'pip', 'install', 'depthai-sdk==1.13.1.dev0+dd1a6d8a797107d24b9b91b7b63c3fcffb932712', '--extra-index-url', 'https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/']' returned non-zero exit status 1.
Deleting partially created virtual environment: C:\Users\deg6fni\.conda\envs\camera\Lib\site-packages\depthai_viewer\venv-0.2.0
Has anyone run into similar errors? If so how did you solve them, I am using windows 10.