tqdm icon indicating copy to clipboard operation
tqdm copied to clipboard

do my wheel !

Open stonebig opened this issue 10 years ago • 3 comments

python setup.py sdist bdist_wheel

stonebig avatar Jan 24 '15 13:01 stonebig

Don't mean to be ignorant, but what does this do?

JackMc avatar Jan 24 '15 18:01 JackMc

It's for building a "pure-wheel" python distribution.

If all packages I used are "wheel" , then I can build winpython by pointing all dependancies resolution to a local directory.

Today I can't, because an update from pypi can create unpredictable results. ==> so missing dependancies are discovered per users.

Tomorrow, if all packages used are wheels, I'll be able to let the build process check and resolve dependancies on the 'controled' set of wheels, and raise an issue if I missed one.

stonebig avatar Jan 24 '15 19:01 stonebig

As a workaround, I downloaded tdqm from pip and did a manual tweak on setup.py , and then

python setup.py sdist bdist_wheel --universal

stonebig avatar Jan 24 '15 19:01 stonebig