Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. #132

Open
yangkunhao2017 opened this issue Mar 30, 2023 · 0 comments

Comments

@yangkunhao2017
Copy link

C:\Users\Administrator.conda\envs\LaneATT\python.exe D:\project-code\DataSpellProjects\LaneATT-main\LaneATT-main\lib\nms\setup.py install
running install
C:\Users\Administrator.conda\envs\LaneATT\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
C:\Users\Administrator.conda\envs\LaneATT\lib\site-packages\setuptools\command\easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running bdist_egg
running egg_info
writing src\nms.egg-info\PKG-INFO
writing dependency_links to src\nms.egg-info\dependency_links.txt
writing top-level names to src\nms.egg-info\top_level.txt
reading manifest file 'src\nms.egg-info\SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src\nms.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
running build_ext
C:\Users\Administrator.conda\envs\LaneATT\lib\site-packages\torch\utils\cpp_extension.py:476: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend.
warnings.warn(msg.format('we could not find ninja.'))
C:\Users\Administrator.conda\envs\LaneATT\lib\site-packages\torch\utils\cpp_extension.py:359: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。
warnings.warn(f'Error checking compiler version for {compiler}: {error}')
error: [WinError 2] 系统找不到指定的文件。

Process finished with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant