graphene-django-extras icon indicating copy to clipboard operation
graphene-django-extras copied to clipboard

cannot install v0.4.6 on python 2.7

Open jstacoder opened this issue 6 years ago • 5 comments
trafficstars

still cant pip install graphehe-django-extras==0.4.6

current latest shows 0.4.5

i know i can installl from git, but i really prefer pip

jstacoder avatar Sep 05 '19 21:09 jstacoder

Hi @jstacoder, I have just checked it in the Pypi repository and I see the latest version since 08/26

eamigo86 avatar Sep 06 '19 05:09 eamigo86

@eamigo86 running pip install with --verbose showed the issue:

The package https://files.pythonhosted.org/packages/a6/fe/21790b17cd4b440466e8f1d61e772e032c1211fd59cb5102e81c78f15dd0/graphene-django-extras-0.4.6.tar.gz#sha256=08b7a2a1909e087cac5319818430e75125fdbc6185955860cfb96c1c6a2c3125 (from https://pypi.org/simple/graphene-django-extras/) 
(requires-python:>=3.6,<4.0) is incompatible with the python version in use. 
Acceptable python versions are: >=3.6,<4.0
    Skipping link https://files.pythonhosted.org/packages/99/78/6ddf0ab2dfb98e784f37354bcf89d005fe5fb4766acd7bc2b7ee81a9f695/graphene_django_extras-0.4.6-py3-none-any.whl#sha256=760f2a661ae023b79834edc6006c0f884758a031ebec902a7245b005a3fcba79 (from https://pypi.org/simple/graphene-django-extras/) (requires-python:>=3.6,<4.0); it is not compatible with this Python

does it really only support python 3 now?

jstacoder avatar Sep 06 '19 17:09 jstacoder

Hi @jstacoder, I have not tested the module in python 2 anymore, but in theory, the code is compatible as long as its dependencies support it. I will check that

eamigo86 avatar Sep 06 '19 20:09 eamigo86

looks like something defiantly changed, because as of 0.4.6 i can no longer install. (i am on python version 2.7)

jstacoder avatar Nov 22 '19 23:11 jstacoder

i have a weird feeling it was this commit: https://github.com/eamigo86/graphene-django-extras/commit/e7c99c8a22d432e4f85a3f635b379b88919258c1

jstacoder avatar Nov 22 '19 23:11 jstacoder