Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicting dependencies with Django 4.0 #58

Closed
toniengelhardt opened this issue Dec 13, 2021 · 14 comments · Fixed by #70
Closed

Conflicting dependencies with Django 4.0 #58

toniengelhardt opened this issue Dec 13, 2021 · 14 comments · Fixed by #70

Comments

@toniengelhardt
Copy link

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?

@N1K1TAS95
Copy link

Same here. Django 4.0 support needed.

@M3te0r
Copy link

M3te0r commented Jan 17, 2022

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

@N1K1TAS95
Copy link

Any updates?

@asucrews
Copy link
Contributor

asucrews commented Mar 12, 2022

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

@bernd-wechner
Copy link

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
Copy link

Go with this in requirements.txt:

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

@dannwise
Copy link

@bernd-wechner thank you!

@SachidanandAlle
Copy link

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 :)

@zsoldosp
Copy link
Owner

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

@melboone
Copy link

Thanks

@skuhikar-kc
Copy link

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
Copy link

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

@varzgalys
Copy link

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

@zsoldosp zsoldosp mentioned this issue Jul 20, 2023
6 tasks
@zsoldosp
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.