-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Unable to solve dependencies on latest Ubuntu #23
Comments
In case anybody unfamiliar with Docker/podman needs this : Dockerfile :
then build it with |
Hi Fabien, Thanks for reporting this issue and pointing to a nice workaround. I am currently tracing the roots of this and will post updates here. |
I just released v0.8.2 , which contains the above fixes that worked on Ubuntu Focal. To test it, you may run
BTW, the |
Very nice, |
Hi, I'm trying to setup in order to test Lytro content on the LookingGlass Portrait.
I tried
python3 -m pip install plenopticam
but ended up in dependency hell. After a bit of search I decided to use pyenv to rollback from Python 3.9 to 3.8 as apparently scipy had problem with it (no package yet). That ended up solving this part but then few more dependencies were still missing, namely sciki-image, which was fine, but also tk-tkinter which I didn't manage to solve :As it gets a bit hairy trying to mix pyenv and system wide setups e.g
sudo apt install python3-tk tk-dev
I'm wondering if a dockerfile wouldn't simplify. What I did for now was :which worked.
The text was updated successfully, but these errors were encountered: