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
Basically my pip install fails on this package and throws:
Collecting vine>=1.1.3 (from amqp<3.0,>=2.1.4->kombu<5.0,>=4.2.0->celery==4.2.1->-r requirements/app.txt (line 7))
Downloading https://files.pythonhosted.org/packages/62/dd/e30f828a39914626d67876b987d6fc47616b64de680cd0f746fc9c8aab47/vine-1.2.0-py2.py3-none-any.whl
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 176, in main
status = self.run(options, args)
File "/usr/local/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 346, in run
session=session, autobuilding=True
File "/usr/local/lib/python3.7/site-packages/pip/_internal/wheel.py", line 848, in build
assert building_is_possible
AssertionError
Basically my pip install fails on this package and throws:
My requirements:
Dockerfile:
Rolling back to 18.1 makes it work correctly, so it's fine for now, but I think it might be worth looking into.
The text was updated successfully, but these errors were encountered: