You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
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>
The text was updated successfully, but these errors were encountered: