-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issues with system-wide installation #116
Comments
given the number of similar reports -- in case of "no module" errors, please first analyze
specification. Hence -- check which |
Admittedly on occasion I miss things, but yes, I always consult the python files for deps. Both These are the packages that fsspec depends on: [deco]~ ❱ equery g fsspec
* Searching for fsspec ...
* dependency graph for dev-python/fsspec-2024.3.1
`-- dev-python/fsspec-2024.3.1 amd64
`-- dev-lang/python-3.10.14_p1 (dev-lang/python) amd64
`-- dev-lang/python-3.11.9 (dev-lang/python) amd64
`-- dev-lang/python-3.12.3 (dev-lang/python) amd64
`-- dev-python/aiohttp-3.9.5 (dev-python/aiohttp) amd64 [python_targets_python3_10(-)? python_targets_python3_11(-)? python_targets_python3_12(-)?]
`-- dev-python/numpy-1.26.4 (dev-python/numpy) ~amd64 [python_targets_python3_10(-)? python_targets_python3_11(-)? python_targets_python3_12(-)?]
`-- dev-python/pytest-asyncio-0.23.6 (dev-python/pytest-asyncio) amd64 [python_targets_python3_10(-)? python_targets_python3_11(-)? python_targets_python3_12(-)?]
`-- dev-python/pytest-mock-3.14.0 (dev-python/pytest-mock) ~amd64 [python_targets_python3_10(-)? python_targets_python3_11(-)? python_targets_python3_12(-)?]
`-- dev-python/requests-2.31.0 (dev-python/requests) amd64 [python_targets_python3_10(-)? python_targets_python3_11(-)? python_targets_python3_12(-)?]
`-- dev-python/tqdm-4.66.4 (dev-python/tqdm) ~amd64 [python_targets_python3_10(-)? python_targets_python3_11(-)? python_targets_python3_12(-)?]
`-- dev-vcs/git-2.45.0 (dev-vcs/git) ~amd64
`-- dev-python/pytest-8.2.0 (>=dev-python/pytest-7.4.4) ~amd64 [python_targets_python3_10(-)? python_targets_python3_11(-)? python_targets_python3_12(-)?]
`-- dev-python/gpep517-15 (>=dev-python/gpep517-15) ~amd64 [python_targets_python3_10(-)? python_targets_python3_11(-)? python_targets_python3_12(-)?]
`-- dev-python/setuptools-69.5.1-r1 (>=dev-python/setuptools-69.0.3) amd64 [python_targets_python3_10(-)? python_targets_python3_11(-)? python_targets_python3_12(-)?]
[ dev-python/fsspec-2024.3.1 stats: packages (14), max depth (1) ] The files list of the installed package shows that indeed some fuse files are installed, but maybe this is insufficient? [deco]~ ❱ equery f fsspec | ag fuse
/usr/lib/python3.11/site-packages/fsspec/__pycache__/fuse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/fuse.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/fuse.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/fuse.py [deco]~ ❱ equery f fsspec
* Searching for fsspec ...
* Contents of dev-python/fsspec-2024.3.1:
/usr
/usr/lib
/usr/lib/python3.11
/usr/lib/python3.11/site-packages
/usr/lib/python3.11/site-packages/fsspec
/usr/lib/python3.11/site-packages/fsspec-2024.3.1.dist-info
/usr/lib/python3.11/site-packages/fsspec-2024.3.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/fsspec-2024.3.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/fsspec-2024.3.1.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/fsspec/__init__.py
/usr/lib/python3.11/site-packages/fsspec/__pycache__
/usr/lib/python3.11/site-packages/fsspec/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/_version.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/archive.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/archive.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/archive.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/asyn.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/asyn.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/asyn.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/caching.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/caching.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/caching.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/callbacks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/callbacks.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/callbacks.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/compression.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/compression.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/compression.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/config.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/conftest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/conftest.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/conftest.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/core.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/dircache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/dircache.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/dircache.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/exceptions.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/fuse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/fuse.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/fuse.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/generic.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/generic.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/generic.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/gui.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/gui.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/gui.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/mapping.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/mapping.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/mapping.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/parquet.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/parquet.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/parquet.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/registry.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/registry.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/registry.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/spec.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/spec.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/spec.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/transaction.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/transaction.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/transaction.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/utils.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/_version.py
/usr/lib/python3.11/site-packages/fsspec/archive.py
/usr/lib/python3.11/site-packages/fsspec/asyn.py
/usr/lib/python3.11/site-packages/fsspec/caching.py
/usr/lib/python3.11/site-packages/fsspec/callbacks.py
/usr/lib/python3.11/site-packages/fsspec/compression.py
/usr/lib/python3.11/site-packages/fsspec/config.py
/usr/lib/python3.11/site-packages/fsspec/conftest.py
/usr/lib/python3.11/site-packages/fsspec/core.py
/usr/lib/python3.11/site-packages/fsspec/dircache.py
/usr/lib/python3.11/site-packages/fsspec/exceptions.py
/usr/lib/python3.11/site-packages/fsspec/fuse.py
/usr/lib/python3.11/site-packages/fsspec/generic.py
/usr/lib/python3.11/site-packages/fsspec/gui.py
/usr/lib/python3.11/site-packages/fsspec/implementations
/usr/lib/python3.11/site-packages/fsspec/implementations/__init__.py
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/arrow.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/arrow.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/arrow.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/cache_mapper.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/cache_mapper.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/cache_mapper.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/cache_metadata.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/cache_metadata.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/cache_metadata.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/cached.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/cached.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/cached.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/dask.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/dask.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/dask.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/data.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/data.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/data.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/dbfs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/dbfs.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/dbfs.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/dirfs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/dirfs.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/dirfs.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/ftp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/ftp.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/ftp.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/git.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/git.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/git.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/github.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/github.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/github.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/http.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/http.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/http.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/jupyter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/jupyter.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/jupyter.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/libarchive.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/libarchive.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/libarchive.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/local.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/local.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/local.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/memory.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/memory.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/memory.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/reference.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/reference.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/reference.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/sftp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/sftp.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/sftp.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/smb.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/smb.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/smb.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/tar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/tar.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/tar.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/webhdfs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/webhdfs.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/webhdfs.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/zip.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/zip.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/__pycache__/zip.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/implementations/arrow.py
/usr/lib/python3.11/site-packages/fsspec/implementations/cache_mapper.py
/usr/lib/python3.11/site-packages/fsspec/implementations/cache_metadata.py
/usr/lib/python3.11/site-packages/fsspec/implementations/cached.py
/usr/lib/python3.11/site-packages/fsspec/implementations/dask.py
/usr/lib/python3.11/site-packages/fsspec/implementations/data.py
/usr/lib/python3.11/site-packages/fsspec/implementations/dbfs.py
/usr/lib/python3.11/site-packages/fsspec/implementations/dirfs.py
/usr/lib/python3.11/site-packages/fsspec/implementations/ftp.py
/usr/lib/python3.11/site-packages/fsspec/implementations/git.py
/usr/lib/python3.11/site-packages/fsspec/implementations/github.py
/usr/lib/python3.11/site-packages/fsspec/implementations/http.py
/usr/lib/python3.11/site-packages/fsspec/implementations/jupyter.py
/usr/lib/python3.11/site-packages/fsspec/implementations/libarchive.py
/usr/lib/python3.11/site-packages/fsspec/implementations/local.py
/usr/lib/python3.11/site-packages/fsspec/implementations/memory.py
/usr/lib/python3.11/site-packages/fsspec/implementations/reference.py
/usr/lib/python3.11/site-packages/fsspec/implementations/sftp.py
/usr/lib/python3.11/site-packages/fsspec/implementations/smb.py
/usr/lib/python3.11/site-packages/fsspec/implementations/tar.py
/usr/lib/python3.11/site-packages/fsspec/implementations/webhdfs.py
/usr/lib/python3.11/site-packages/fsspec/implementations/zip.py
/usr/lib/python3.11/site-packages/fsspec/mapping.py
/usr/lib/python3.11/site-packages/fsspec/parquet.py
/usr/lib/python3.11/site-packages/fsspec/registry.py
/usr/lib/python3.11/site-packages/fsspec/spec.py
/usr/lib/python3.11/site-packages/fsspec/tests
/usr/lib/python3.11/site-packages/fsspec/tests/abstract
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__init__.py
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/__init__.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/common.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/common.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/common.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/copy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/copy.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/copy.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/get.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/get.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/get.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/put.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/put.cpython-311.opt-2.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/__pycache__/put.cpython-311.pyc
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/common.py
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/copy.py
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/get.py
/usr/lib/python3.11/site-packages/fsspec/tests/abstract/put.py
/usr/lib/python3.11/site-packages/fsspec/transaction.py
/usr/lib/python3.11/site-packages/fsspec/utils.py
/usr/share
/usr/share/doc
/usr/share/doc/fsspec-2024.3.1
/usr/share/doc/fsspec-2024.3.1/README.md.bz2 |
I guess
means that it requests
so what you need is to add gentoo package for To a degree I would consider it a bug in our packaging here since we do now import |
Ok, I think I got confused by the required package because there are a number of packages called python and fuse: I got the correct one, actually called fusepy now, and it works so the issue is done. However I notice that the latest release is 6 years old and I couldn't find any test suite I could run for the package → https://github.com/fusepy/fusepy |
I was able to get it to work via
pip install
, but for some reason, even though the tests seem to pass, the system-wide install I set up doesn't work.Some of the tests are skipped, specifically those referring to “fuse” so I assume maybe that's indicative of the issue, maybe it's somehow not linking to fuse itself?
Any ideas what could be wrong?
This is the issue
But datalad wtf lists fuse:
Full build and test log → https://ppb.chymera.eu/f9fac2.html
Files installed by the extension → https://ppb.chymera.eu/fa6aca.log
The text was updated successfully, but these errors were encountered: