Paul Irofti
Paul Irofti
For the record, this patch fixes fusefs for me. ```$ cat patches/patch-setup_py $OpenBSD$ Index: setup.py --- setup.py.orig +++ setup.py @@ -29,11 +29,11 @@ setup( use_2to3 = True, # only use...
Same question for greenlet==0.4.2. Does it need to be that strict? That does not build. greenlet-0.4.15 (latest) does.
I am having the same problem on OpenBSD for the last months. The intel drm driver here is the same as on Linux so I am pretty sure this is...
I am running Arch Linux that is kept up to date. Is the pip version correct? ``` $ pip --version pip 20.3.1 from /usr/lib/python3.9/site-packages/pip (python 3.9) ``` By the way,...
Seems pip was outdated (did it happen in the meantime?). Updated to pip version 21.0.1 -- same thing. ``` (tods) [pirofti@ripper tods]$ pip install -e . Obtaining file:///home/pirofti/src/tods Collecting Jinja2...
Coming back to this, I managed to work around it by using Python 3.6. ``` $ python3.6 -m venv tods_test_venv_36 $ source tods_test_venv_36/bin/activate (tods_test_venv_36) $ pip install --upgrade pip (tods_test_venv_36)...
I had the same problem after running grive the second time. My current work around is to pass `id` and `secret` parameters by hand when running it from the command...
ompbox10 is 3rd party software from Elad's group. You can try and recompile it on your setup if you are having problems with it. What is the error you are...