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

Fresh venv install following the Quickstart example fails due to ModuleNotFoundError: No module named 'fsspec' #599

Closed
cfrenchi opened this issue Mar 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cfrenchi
Copy link

cfrenchi commented Mar 7, 2024

Describe the bug
I created a new venv environment to test out the Quickstart example. With a new notebook and after a pip install uptrain, when importing in the EvalLLM and Evals I get the error ModuleNotFoundError: No module named 'fsspec'

To Reproduce
Steps to reproduce the behavior:

  1. Fresh install of python
  2. python -m venv venv
  3. source venv/bin/activate
  4. Create a new .ipynb
  5. pip install uptrain
  6. Successful pip install
  7. Create a new cell with only
    from uptrain import EvalLLM, Evals import json
  8. The cell will fail for ModuleNotFoundError: No module named 'fsspec'

pip install fsspec fixes the problem but should either be included in the package or called out in documentation

Expected behavior
When following the example from the Quickstart all dependencies should be installed (either through the package or by calling it out explicitly in the documentation.

Screenshots
If applicable, add screenshots to help explain your problem.
image
image

Additional context
To get around this I just needed to do a pip install fsspec
If this is a requirement it should be included in the package or called out as a dependency in documentation

System Environment
Sonoma 14.3.1
Python 3.11.7
VSCode 1.86.2 (Universal)
Jupyter Extension - v2024.1.1

Thanks for submitting your bug – we love squashing them!

@cfrenchi cfrenchi added the bug Something isn't working label Mar 7, 2024
@Dominastorm
Copy link
Collaborator

Thanks for bringing this to our attention, @cfrenchi! Fixed this in #603

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants