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
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
error in RiboridDesign setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier)
mkl>=2019.4=233
~~~~~~~~^
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.`
fix by editing the second line to: mkl>=2019.4
The text was updated successfully, but these errors were encountered:
there is an error in requirements.txt
` Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
error in RiboridDesign setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier)
mkl>=2019.4=233
~~~~~~~~^
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.`
fix by editing the second line to:
mkl>=2019.4
The text was updated successfully, but these errors were encountered: