-
Notifications
You must be signed in to change notification settings - Fork 357
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
Defective pip dependencies: numba, numpy and protobuf #1148
Comments
I could fix the problem with downgrading the
Downgrading and upgrading |
I could also solve the second problem by applying the steps suggested in that stackoverflow post. |
@MhhhxX Are you still running into this issue after our (somewhat) recent release? That release did a lot to pin down Python version numbers in dependencies to address breakages. |
I installed
lit
as described in the section Install from source. Every command succeeded, also building the frontend withyarn
.Then I tried to run a demo from the examples module within the conda environment with that command:
python -m lit_nlp.examples.penguin_demo --port=4321 --quickstart
.I received the following error:
Do you have any ideas how to fix that?
The text was updated successfully, but these errors were encountered: