-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encounter issue during installation on Ubuntu 18.04 #897
Comments
@290811 please copy the entire terminal output and send it it us |
I am getting the same error trying to build on Jetpack 4.6.2 running Ubuntu 18.04. Here is the entire terminal output: `sudo wget -qO- https://docs.luxonis.com/install_depthai.sh | bash Using default installation path: /home/aaeon/Luxonis Python version: Python 3.6.9 found. Calling linux_installer.sh Updating sudo-apt. Running Linux installer. Disclaimer: there's no guarantee of timely updates in case of security problems or other issues. If you want to use them in a security-or-otherwise-critical environment (say, on a production server), you do so at your own risk. Update NotePlease use this repository instead of ppa:fkrull/deadsnakes. Reporting IssuesIssues can be reported in the master issue tracker at: Supported Ubuntu and Python Versions
Why some packages aren't built:
The packages may also work on other versions of Ubuntu or Debian, but that is not tested or supported. PackagesThe packages provided here are loosely based on the debian upstream packages with some modifications to make them more usable as non-default pythons and on ubuntu. As such, the packages follow debian's patterns and often do not include a full python distribution with just
Third-Party Python ModulesPython modules in the official Ubuntu repositories are packaged to work with the Python interpreters from the official repositories. Accordingly, they generally won't work with the Python interpreters from this PPA. As an exception, pure-Python modules for Python 3 will work, but any compiled extension modules won't. To install 3rd-party Python modules, you should use the common Python packaging tools. For an introduction into the Python packaging ecosystem and its tools, refer to the Python Packaging User Guide: SourcesThe package sources are available at: Nightly BuildsFor nightly builds, see ppa:deadsnakes/nightly https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly × pip subprocess to install build dependencies did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Failed installing dependencies. Could be a bug in the installer or unsupported platform. Open a bug report over at https://github.com/luxonis/depthai - exited with status 1 at line 222 |
Hey @RhythmDJay. Thank you for reporting this issue. It looks like an error during PyQt5 installation. Please can you try something?
Do you get the same error? Or is PyQt5 installed correctly? |
I ended up with a low storage message. × pip subprocess to install build dependencies did not run successfully. |
@RhythmDJay thank you. This looks like a good progress. Could you please delete some data on your hard drive to free up space? I would say that clearing approx. 200MB of data should be enough. Then do the above mentioned steps again. If you obtain the |
@RhythmDJay I think I have found the problem, the script used |
Hi @PetrNovota it looks like after clearing space I'm getting the original issue again. I get: Anything else you can think of? |
This comment was marked as outdated.
This comment was marked as outdated.
@PetrNovota PyQt5 doens't provide wheels for AArch64 nor armv7l (https://pypi.org/project/PyQt5/#files). |
@themarpe his global python interpreter is v. 3.6.9. Is it fine for depthai or should we update? |
From core's perspective, yes |
@RhythmDJay I think we have a good plan how to make it work for you. If you dont mind I would start by installing the Pyqt5 as my college suggested. Please open a terminal and type
Let me know how it goes. |
Hi, I encounter issue during installation on Ubuntu 18.04. When running the command " sudo wget -qO- https://docs.luxonis.com/install_depthai.sh | bash" it fails with the following code:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Failed installing dependencies. Could be a bug in the installer or unsupported platform. Open a bug report over at https://github.com/luxonis/depthai - exited with status 1 at line 222
The text was updated successfully, but these errors were encountered: