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 in requirements.txt #8

Open
germaximus opened this issue Jun 5, 2023 · 0 comments
Open

error in requirements.txt #8

germaximus opened this issue Jun 5, 2023 · 0 comments

Comments

@germaximus
Copy link

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

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

1 participant