django-currentuser icon indicating copy to clipboard operation
django-currentuser copied to clipboard

Conflicting dependencies with Django 4.0

Open toniengelhardt opened this issue 3 years ago • 6 comments

ERROR: Cannot install -r requirements.txt, Django==4.0 and django-currentuser==0.5.3 because these package versions have conflicting dependencies.

The conflict is caused by:
    django-currentuser 0.5.3 depends on Django<3.3 and >=1.11.17; python_version >= "2.7"

Is this just a matter of adjusting the dependency requirement or are there any changes needed in the package?

toniengelhardt avatar Dec 13 '21 15:12 toniengelhardt

Same here. Django 4.0 support needed.

N1K1TAS95 avatar Dec 27 '21 07:12 N1K1TAS95

Hi, any update on Django 4.0 support ? Is django-currentuser still maintained ?

M3te0r avatar Jan 17 '22 16:01 M3te0r

Any updates?

N1K1TAS95 avatar Mar 11 '22 20:03 N1K1TAS95

I created a PR with 58, 61, and support for Django 4.0, Feel free to use my fork until PR is merged.

@toniengelhardt, @M3te0r, and @N1K1TAS95

asucrews avatar Mar 12 '22 23:03 asucrews

I just ran into this same problem. Will use @asucews fork for now, though suggest you post the link to use in requirements.txt for the job. Will research that now and report if I find it.

bernd-wechner avatar Jul 11 '22 09:07 bernd-wechner

Go with this in requirements.txt:

django-currentuser @ https://github.com/asucrews/django-currentuser/archive/refs/heads/master.zip

bernd-wechner avatar Jul 11 '22 09:07 bernd-wechner

@bernd-wechner thank you!

dannwise avatar Jan 18 '23 13:01 dannwise

Go with this in requirements.txt:

django-currentuser @ https://github.com/asucrews/django-currentuser/archive/refs/heads/master.zip

Will be helpful if the owner can push the latest version of PIP package for public use. Thanks :)

SachidanandAlle avatar Apr 14 '23 21:04 SachidanandAlle

#62 solved it, #68 will make a pypi relase

zsoldosp avatar May 15 '23 08:05 zsoldosp

Thanks

melboone avatar Jun 15 '23 11:06 melboone

Go with this in requirements.txt:

django-currentuser @ https://github.com/asucrews/django-currentuser/archive/refs/heads/master.zip

This was working till yesterday, but now url does not work. Is there any work around.

skuhikar-kc avatar Jul 11 '23 16:07 skuhikar-kc

django-currentuser @ https://github.com/asucrews/django-currentuser/archive/refs/heads/master.zip Above url not working from yesterday

skuhikar-kc avatar Jul 12 '23 04:07 skuhikar-kc

The owner has changed, change URL to django-currentuser @ https://github.com/zsoldosp/django-currentuser/archive/refs/heads/master.zip

varzgalys avatar Jul 20 '23 11:07 varzgalys

FYI, 0.6.0 / 0.6.1 have just been released on pypi adding support for the current django versions. see #70

zsoldosp avatar Aug 22 '23 09:08 zsoldosp