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

Update requirements.txt to work with pip #55

Merged
merged 1 commit into from
Jul 13, 2018
Merged

Conversation

sbalk
Copy link
Contributor

@sbalk sbalk commented May 1, 2018

While creating a docker image in Step 9/15, I ran into a bunch of errors from the requirements.txt file like;

File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2573, in scan_list
    raise ValueError("Expected "+item_name+" in",line,"at",line[p:])
ValueError: ('Expected version spec in', 'Cython=0.19.2', 'at', '=0.19.2')

package=version isn't accepted by pip, package==version is.

package=version isn't accepted by pip, package==version is.
@MhLiao MhLiao merged commit 288771a into MhLiao:master Jul 13, 2018
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

Successfully merging this pull request may close these issues.

2 participants