Opened 5 years ago
Closed 5 years ago
#60210 closed defect (fixed)
py-SDL2 @0.9.7: ModuleNotFoundError: No module named 'setuptools'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | py-SDL2 |
Description
Traceback (most recent call last): File "setup.py", line 6, in <module> from setuptools import setup ModuleNotFoundError: No module named 'setuptools'
Change History (2)
comment:1 Changed 5 years ago by jmroot (Joshua Root)
comment:2 Changed 5 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
That's strange, setup.py in the 0.9.7 tag doesn't import setuptools: https://github.com/marcusva/py-sdl2/blob/rel_0_9_7/setup.py
However in master it does, and that's also the case in the tarball from pypi.