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

Support collect_env on Windows #1539

Closed
del-zhenwu opened this issue Nov 29, 2021 · 1 comment
Closed

Support collect_env on Windows #1539

del-zhenwu opened this issue Nov 29, 2021 · 1 comment

Comments

@del-zhenwu
Copy link
Collaborator

del-zhenwu commented Nov 29, 2021

As the following code shows, tail command can not be executed on Windows.

f'"{nvcc}" -V | tail -n1', shell=True)

15:52:32  C:\Users\user\miniconda3\envs\mmcvv1.4.0_cuda111_py36_torch1.8.0\lib\site-packages\wheel\bdist_wheel.py:87: RuntimeWarning: Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect
15:52:32    sys.version_info < (3, 8))) \
15:52:38  1.8.0
15:52:38  1.4.0
15:53:06  'tail' 不是内部或外部命令,也不是可运行的程序
15:53:06  或批处理文件。
15:53:06  'gcc' 不是内部或外部命令,也不是可运行的程序
15:53:06  或批处理文件。
@zhouzaida
Copy link
Member

closed by #1789

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

No branches or pull requests

3 participants