Closed sbalk closed 6 years ago
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.
While creating a docker image in Step 9/15, I ran into a bunch of errors from the requirements.txt file like;
package=version isn't accepted by pip, package==version is.