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

Error when installing requirements.txt #1

Open
SuperUser69420 opened this issue Feb 6, 2023 · 1 comment
Open

Error when installing requirements.txt #1

SuperUser69420 opened this issue Feb 6, 2023 · 1 comment

Comments

@SuperUser69420
Copy link

I keep getting this error when trying to install the requirements.txt "ERROR: Invalid requirement: '_ipyw_jlab_nb_ext_conf=0.1.0=py39haa95532_0' (from line 4 of requirements.txt)
Hint: = is not a valid operator. Did you mean == ?"

What would I need to do to fix this?

@yellelieder
Copy link
Owner

Maybe this error occurs if you don't use Conda for the requirements. The requirements.txt is a dump from my Conda env. You should import it in Conda or else adjust the notation (change = to ==).

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

2 participants