[Scons-users] Problem installing scons via pip

Mats Wichmann mats at wichmann.us
Fri Sep 21 12:20:09 EDT 2018


On 09/21/2018 09:28 AM, Eric Fahlgren wrote:
> +1
> 
> I have exactly the same situation as Martin (big requirements.txt, forward
> dependency on 'wheel' always borks a new install, the --single... flag
> causes a crash later), so would be very happy to see a scons.whl as the
> default PyPi package.  Any pointers into the source where I might be able
> to help make this happen?
> 
> Eric

it's a "known issue" that the packaging of scons isn't very modern. and
could really benefit from someone who has knowledge of how Python
packaging happens now, since it's evolved quite a lot over the years.

look at these files to start:

bin/install_scons.py
src/setup.py
src/test_setup.py


my understanding is once packaging is done "the right way", then
uploading wheels is trivial - at least this one makes it sound so:

https://pythonwheels.com/




More information about the Scons-users mailing list