How to install Python package from source on Windows

Deborah Swanson python at deborahswanson.net
Sun May 14 16:46:58 EDT 2017


I want to install the recordclass package:
https://pypi.python.org/pypi/recordclass
 
But they've only released wheel files for two platforms, macosx and
win_amd64, neither of which will install on my system. I need win_x86 or
intel_x86, which they don't provide.
 
The only alternative to pip install that I know of is to install from
source, and the source I need is at:
https://bitbucket.org/intellimath/recordclass/src
 
I've never done this, so any help would be appreciated.
Deborah



More information about the Python-list mailing list