-
Notifications
You must be signed in to change notification settings - Fork 2
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
Failed to install depthai-viewer on Ubuntu-18.04 #25
Comments
Hi @l4es , Installing from source
python3.8 -m pip install rerun_py/ Please report back if installing from source worked for you, thanks! |
Hi @zrezke, It looks like that the binaryen package is required but it is not available in Ubuntu-18.04 :
What is you advise, please ? Best Regards, |
Hi again,
Then bypassed it from depthai-viewer's scripts/setup_web.sh :
I was able to run ./scripts/setup_dev.sh sucessfully :
However, running the last command gave following error :
I would like to know why setup.py is not available, please ? |
Hi @l4es , |
Hi @zrezke,
It was actually like below : Best Regards, |
Ah ok, looks good then :) |
Describe the bug
I am trying to install depthai-viewer on an Ubuntu-18.04 machine. As the default python3 version of Ubuntu-18.04 is 3.6.x, I manually installed python 3.8 then python3.9 but I am still struggling with the failture.
To Reproduce
Steps to reproduce the behavior:
Checkouted the depthai-viewer release-0.1.3 and went inside the folder
First, I expected to isntalled python3.9 directly with following method : https://tecadmin.net/how-to-install-python-3-9-on-ubuntu-18-04/
But it ended up with maximum version was python3.8 :
https://gist.github.com/basaks/652eea861a143a9b3d11805c96273488
Expected behavior
Screenshots
Backtrace
Desktop (please complete the following information):
Additional context
\I am not sure what was missing. Could you help to support, please ?
A similar discussion is found here : https://discuss.luxonis.com/d/1903-how-to-install-depthai-viwer-on-ubuntu-machine
Best Regards,
Pascal Le Truong
The text was updated successfully, but these errors were encountered: