Skip to content
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

Can't import fsspec gcsfs #973

Open
rupurt opened this issue Jun 3, 2024 · 0 comments
Open

Can't import fsspec gcsfs #973

rupurt opened this issue Jun 3, 2024 · 0 comments

Comments

@rupurt
Copy link

rupurt commented Jun 3, 2024

Howdy 👋

I'm trying to use dream2nix on a python project and it's working great for the most part. However there's 1 dependency in my project that it can't seem to handle.

import gcsfs
ModuleNotFoundError: No module named 'gcsfs'

It's defined in my pyproject.toml as:

  "fsspec[gcs] >=2023.12.2",

I've also tried manually adding the dependency

  "gcsfs >=2023.12.2",

I do see it captured in my lock.json under "fetchPipMetadata" but it's never available for import. FWIW I also had this problem when trying to use it with pyinstaller and had to add a custom hook because it has hidden imports that pyinstaller couldn't automatically detect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant