pyminifier icon indicating copy to clipboard operation
pyminifier copied to clipboard

Can't install Pyminifier

Open huko600rr opened this issue 1 year ago • 7 comments

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

huko600rr avatar Jul 23 '23 19:07 huko600rr

I have the same problem

Thomaz-Castro avatar Jul 30 '23 16:07 Thomaz-Castro

I think this project is abandoned...

huko600rr avatar Jul 30 '23 18:07 huko600rr

have the same problem

zhuangyuanjoy avatar Oct 16 '23 06:10 zhuangyuanjoy

pip install pyminifier3

zhuangyuanjoy avatar Oct 16 '23 06:10 zhuangyuanjoy

I have used the solution proposed by @moimart1 here: https://github.com/liftoff/pyminifier/issues/136#issuecomment-1437451136: pip install "setuptools<58.0.0" For me this has worked on Ubuntu 22.04 with Python 3.10

eli-abramson avatar Apr 09 '24 06:04 eli-abramson

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!

iCronic avatar Jun 18 '24 22:06 iCronic