scikit-hyperband icon indicating copy to clipboard operation
scikit-hyperband copied to clipboard

setup.py install is deprecated. Use build and pip and other standards-based tools.

Open cseeg opened this issue 1 year ago • 0 comments

Below are the warnings and errors I got when doing python setup.py install. Making this pip install-able would be very helpful.

SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 13] Permission denied: 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.9_3.9.3568.0_x64__qbz5n2kfra8p0\\Lib\\site-packages\\test-easy-install-10696.write-test'

cseeg avatar Oct 20 '22 17:10 cseeg