scikit-learn-contrib / stability-selection

scikit-learn compatible implementation of stability selection.
BSD 3-Clause "New" or "Revised" License
210 stars 63 forks source link

fails to install on windows #30

Open Sandy4321 opened 4 years ago

Sandy4321 commented 4 years ago

fails to install on windows error is base) D:>cd D:\Python installations\stability-selection-master\stability-selection-master

(base) D:\Python installations\stability-selection-master\stability-selection-master>python setup.py install

running install

running bdist_egg

running egg_info

writing stability_selection.egg-info\PKG-INFO

writing dependency_links to stability_selection.egg-info\dependency_links.txt

writing requirements to stability_selection.egg-info\requires.txt

writing top-level names to stability_selection.egg-info\top_level.txt

reading manifest file 'stability_selection.egg-info\SOURCES.txt'

reading manifest template 'MANIFEST.in'

writing manifest file 'stability_selection.egg-info\SOURCES.txt'

installing library code to build\bdist.win-amd64\egg

running install_lib

running build_py

creating build\bdist.win-amd64\egg

creating build\bdist.win-amd64\egg\stability_selection

copying build\lib\stability_selection\bootstrap.py -> build\bdist.win-amd64\egg\stability_selection

copying build\lib\stability_selection\randomized_lasso.py -> build\bdist.win-amd64\egg\stability_selection

copying build\lib\stability_selection\stability_selection.py -> build\bdist.win-amd64\egg\stability_selection

creating build\bdist.win-amd64\egg\stability_selection\tests

copying build\lib\stability_selection\tests\test_common.py -> build\bdist.win-amd64\egg\stability_selection\tests

copying build\lib\stability_selection\tests\test_randomized_lasso.py -> build\bdist.win-amd64\egg\stability_selection\tests

copying build\lib\stability_selection\tests\test_stability_selection.py -> build\bdist.win-amd64\egg\stability_selection\tests

copying build\lib\stability_selection\tests\test_stratified_bootstrap.py -> build\bdist.win-amd64\egg\stability_selection\tests

copying build\lib\stability_selection\tests__init__.py -> build\bdist.win-amd64\egg\stability_selection\tests

copying build\lib\stability_selection__init__.py -> build\bdist.win-amd64\egg\stability_selection

byte-compiling build\bdist.win-amd64\egg\stability_selection\bootstrap.py to bootstrap.cpython-37.pyc

byte-compiling build\bdist.win-amd64\egg\stability_selection\randomized_lasso.py to randomized_lasso.cpython-37.pyc

byte-compiling build\bdist.win-amd64\egg\stability_selection\stability_selection.py to stability_selection.cpython-37.pyc

byte-compiling build\bdist.win-amd64\egg\stability_selection\tests\test_common.py to test_common.cpython-37.pyc

byte-compiling build\bdist.win-amd64\egg\stability_selection\tests\test_randomized_lasso.py to test_randomized_lasso.cpython-37.pyc

byte-compiling build\bdist.win-amd64\egg\stability_selection\tests\test_stability_selection.py to test_stability_selection.cpython-37.pyc

byte-compiling build\bdist.win-amd64\egg\stability_selection\tests\test_stratified_bootstrap.py to test_stratified_bootstrap.cpython-37.pyc

byte-compiling build\bdist.win-amd64\egg\stability_selection\tests__init.py to init__.cpython-37.pyc

byte-compiling build\bdist.win-amd64\egg\stability_selection__init.py to init__.cpython-37.pyc

creating build\bdist.win-amd64\egg\EGG-INFO

copying stability_selection.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO

copying stability_selection.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO

copying stability_selection.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO

copying stability_selection.egg-info\requires.txt -> build\bdist.win-amd64\egg\EGG-INFO

copying stability_selection.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO

zip_safe flag not set; analyzing archive contents...

creating 'dist\stability_selection-0.0.1-py3.7.egg' and adding 'build\bdist.win-amd64\egg' to it

removing 'build\bdist.win-amd64\egg' (and everything under it)

Processing stability_selection-0.0.1-py3.7.egg

Copying stability_selection-0.0.1-py3.7.egg to c:\programdata\anaconda3\lib\site-packages

Adding stability-selection 0.0.1 to easy-install.pth file

Installed c:\programdata\anaconda3\lib\site-packages\stability_selection-0.0.1-py3.7.egg

Processing dependencies for stability-selection==0.0.1

Searching for numpy==1.16.5

Best match: numpy 1.16.5

Adding numpy 1.16.5 to easy-install.pth file

Installing f2py-script.py script to C:\ProgramData\Anaconda3\Scripts

error: [WinError 5] Access is denied: 'C:\ProgramData\Anaconda3\Scripts\f2py-script.py'

(base) D:\Python installations\stability-selection-master\stability-selection-master>