[BUG] django-allauth is incompatible with setuptools >= 61

See original GitHub issue
Collecting django-allauth==0.41.0
  Using cached django-allauth-0.41.0.tar.gz (545 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'error'
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-86d0zlwu/django-allauth_c731da7f[50](https://github.com/newton-crypto/newton/runs/5683055489?check_suite_focus=true#step:10:50)d142c198bc03[58](https://github.com/newton-crypto/newton/runs/5683055489?check_suite_focus=true#step:10:58)15afac95/setup.py", line 8, in <module>
          from setuptools import convert_path, find_packages, setup
      ImportError: cannot import name 'convert_path' from 'setuptools' (/root/.pyenv/versions/3.8.2/envs/refs_pull_3070_merge/lib/python3.8/site-packages/setuptools/__init__.py)
      [end of output]

Downgrading to setuptools to 60.10.0 resolves the issue

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pennersrcommented, Mar 25, 2022

@celinemol That is to be expected, 0.44.0 is from 2020 – it is not fixed. Version 0.50.0 contains the fix.

0reactions
Tiwari1812commented, Apr 8, 2022

django-allauth

run: | pip install --upgrade pip setuptools==60.10.0 wheel doing this but not able to get any result

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building wheel for uwsgi (setup.py) ... error · Issue #315 · mediacms ...
I followed the Server Installation to build mediacms, and encountered this problem. The output is below. `Building wheels for collected packages: django-allauth ......
Read more >
unable to install django-allauth - python - Stack Overflow
When trying to install django-all auth with pip i get this error: Collecting django-allauth Using cached django-allauth-0.51.0.tar.gz ( ...
Read more >
Release Notes — django-allauth 0.43.0 documentation
Fixed compatibility issue with setuptools 61. New providers: Drip. The Facebook API version now defaults to v13.0. 0.49.0 (2022-02 ...
Read more >
django-allauth Documentation - Read the Docs
Pluggable signup form for asking additional questions during signup. • Support for connecting multiple social accounts to a Django user account.
Read more >
preparing metadata (setup.py): finished with status 'error'
somehow get that error when running the setup.py i'm on windows, ... pennersr/django-allauth[BUG] django-allauth is incompatible with setuptools >= 61#3063.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found