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

Can't install Pyminifier #148

Open
huko600rr opened this issue Jul 23, 2023 · 8 comments
Open

Can't install Pyminifier #148

huko600rr opened this issue Jul 23, 2023 · 8 comments

Comments

@huko600rr
Copy link

huko600rr commented Jul 23, 2023

Collecting pyminifier
  Using cached pyminifier-2.1.tar.gz (47 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]
      Python 3.X support requires the 2to3 tool.
      It normally comes with Python 3.X but (apparenty) not on your distribution.
      Please find out what package you need to get 2to3and install it.
      [end of output]

I'm using Python 3.11.0

even have 2to3

PS C:\Users\Administrator\Desktop\Git-Pixel\> pip install 2to3 Requirement already satisfied: 2to3 in c:\users\administrator\appdata\local\programs\python\python311\lib\site-packages (1.0)

Also installed setuptools...

Please advise what's the issue is

@Thomaz-Castro
Copy link

I have the same problem

@huko600rr
Copy link
Author

I think this project is abandoned...

@zhuangyuanjoy
Copy link

have the same problem

@zhuangyuanjoy
Copy link

pip install pyminifier3

@eli-abramson
Copy link

I have used the solution proposed by @moimart1 here: #136 (comment):
pip install "setuptools<58.0.0"
For me this has worked on Ubuntu 22.04 with Python 3.10

@iCronic
Copy link

iCronic commented Jun 18, 2024

I have used the solution proposed by @moimart1 here: #136 (comment): pip install "setuptools<58.0.0" For me this has worked on Ubuntu 22.04 with Python 3.10

worked for me too with Python 3.11.4. thank you very much!

@AlgoApi
Copy link

AlgoApi commented Sep 22, 2024

pip install "setuptools<58.0.0"

OS: Windows 11
ERROR: Can not execute setup.py since setuptools is not available in the build environment.
:<

@amlkyc
Copy link

amlkyc commented Jan 9, 2025

this repo is maintaining boys
https://github.com/dflook/python-minifier

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

7 participants