You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ==).
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?
The text was updated successfully, but these errors were encountered: