Foster Lynch
Foster Lynch
hey @rgon I pulled your recent MR. When running as is, I still got the same errors ``` libGL error: MESA-LOADER: failed to retrieve device information [intel_init_bufmgr:1009] Error initializing buffer...
hey @nbolton i dont know if this helps narrow things down i added a print inside check_dependencies, as well as a print to identify the function calling check_dependencies the code...
I appreciate trying some potential alternatives, but unfortunately running ```./scripts/install_deps.py``` still results in the main error. if you look at the first line in my log detailed in the initial...
im still digging around I think why 20.04 doesnt work and 22+ do is because 20.04 base python is 3.8, which makes the venv that gets created also use 3.8....
alright, i installed python3.9 though deadsnakes ppa i installed python3.9-venv I changed the top line in ```./scripts/install_deps.py``` from ```#!/usr/bin/env python``` to ```#!/usr/bin/env python3.9``` this successufly installed scripts as seen by...
running ```sudo apt-get update``` does not throw any glaring errors back. some package configured mutliple times things (thanks microsoft) couple things about not having a release file, but all those...
ah maybe we've hit the end of the road here. this line in ```install_deps.py``` ` # On Fedora-like, dnf update returns code 100 when updates are available.` seemed like the...
so based on the two above comments, if we can find a suitable list of dependencies for ubuntu 20.04, then we can install those during install_deps, but im not sure...
I followed the installation instructions, (as of version 1.17.0) after not having much luck with ```scripts/install_deps.py``` (ubuntu 20.04, no extra monitor) I tried the following > You can either copy/paste...
@nbolton any thoughts on using a docker container? wondering if that helps circumnavigate the base os issues? not sure if that opens a can of worms, just curious!