Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Wheel

What Does The "py Version" In Pypi Project Page Mean? And Does It Matter?

I notice that, most projects released on PyPI contain a 'Py Version' meta data in their pro… Read more What Does The "py Version" In Pypi Project Page Mean? And Does It Matter?

F2py: Require Specific Numpy Version During Creation Of Binary Wheel

We are publishing binry wheels for a python package on PyPi. The package has a Fortran extension wh… Read more F2py: Require Specific Numpy Version During Creation Of Binary Wheel

Installing Flask Project Can't Open Setup.py

I am following the Deploy to Production tutorial from Flask. I am required to run python setup.py b… Read more Installing Flask Project Can't Open Setup.py