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
Hello
I got an entry in the output of pip freeze of promise==2.1.dev0 when I ran the command pip install "graphene-django>=2.0.dev" as instructed on the graphene-django README. The output of the installation:
Hello
I got an entry in the output of
pip freeze
ofpromise==2.1.dev0
when I ran the commandpip install "graphene-django>=2.0.dev"
as instructed on the graphene-django README. The output of the installation:When I later inflated the requirements inside a docker environment, pip failed with an error:
I replaced the line with
promise==2.1.dev20170724043809
and pip completed successfully, but issued a warning when it went to install the library:My pip version is 9.0.1
Is this something I can safely ignore?
Thanks!
The text was updated successfully, but these errors were encountered: