Closed guyskk closed 7 years ago
I rewrite build windows wheels using https://conda.io/miniconda.html, it can build python2.7 and 3.5, 32bit and 64bit successfully in one command.
I fix the ImportError: DLL load failed by data_files in setup.py, it will copy the dll file to site-packages on installing.
ImportError: DLL load failed
data_files
setup.py
Usage:
pip install invoke
tools/windows/tasks.py
CONDA_32
CONDA_64
cd tools/windows
inv --echo build_all
To check out this pull request, see https://help.github.com/articles/checking-out-pull-requests-locally/
I'm fail to build for py34 and py36 because vc++ compiler for them didn't installed in my system
I rewrite build windows wheels using https://conda.io/miniconda.html, it can build python2.7 and 3.5, 32bit and 64bit successfully in one command.
I fix the
ImportError: DLL load failed
bydata_files
insetup.py
, it will copy the dll file to site-packages on installing.Usage:
pip install invoke
, whatever version python is OKtools/windows/tasks.py
, changeCONDA_32
andCONDA_64
to corresponding conda.exe in your systemcd tools/windows
andinv --echo build_all
To check out this pull request, see https://help.github.com/articles/checking-out-pull-requests-locally/