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

Broken for Python 3.10 (because of dependency) #31

Open
facundobatista opened this issue Aug 15, 2022 · 3 comments
Open

Broken for Python 3.10 (because of dependency) #31

facundobatista opened this issue Aug 15, 2022 · 3 comments

Comments

@facundobatista
Copy link

It fails to install fudge:

Collecting fudge>=1.0.3
  Downloading fudge-1.1.1.tar.gz (87 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.6/87.6 kB 1.1 MB/s eta 0:00:00
  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
  ╰─> [1 lines of output]
      error in fudge setup command: use_2to3 is invalid.
      [end of output]

@facundobatista facundobatista changed the title Broken for Python 3.10 (because of dependencie) Broken for Python 3.10 (because of dependency) Aug 15, 2022
@Kuchizu
Copy link

Kuchizu commented Oct 8, 2022

Same issue

@Kuchizu
Copy link

Kuchizu commented Oct 8, 2022

I'm using youtube_dl, it works with soundcloud

@lhermoso
Copy link

setuptools>=58 breaks support for use_2to3!
You should use setuptools<58

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

No branches or pull requests

4 participants
@facundobatista @Kuchizu @lhermoso and others