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
'gcc' is not recognized as an internal or external command,
operable program or batch file.
E:\anaconda\envs\orientedreppoints\lib\site-packages\mmcv_init_.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details.
'On January 1, 2023, MMCV will release v2.0.0, in which it will remove '
Traceback (most recent call last):
File "tools/train.py", line 154, in
main()
File "tools/train.py", line 106, in main
env_info_dict = collect_env()
File "f:\orientedreppoints\mmdet\utils\collect_env.py", line 42, in collect_env
gcc = subprocess.check_output('gcc --version | head -n1', shell=True)
File "E:\anaconda\envs\orientedreppoints\lib\subprocess.py", line 411, in check_output
**kwargs).stdout
File "E:\anaconda\envs\orientedreppoints\lib\subprocess.py", line 512, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'gcc --version | head -n1' returned non-zero exit status 255.
The text was updated successfully, but these errors were encountered:
'gcc' is not recognized as an internal or external command,
operable program or batch file.
E:\anaconda\envs\orientedreppoints\lib\site-packages\mmcv_init_.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details.
'On January 1, 2023, MMCV will release v2.0.0, in which it will remove '
Traceback (most recent call last):
File "tools/train.py", line 154, in
main()
File "tools/train.py", line 106, in main
env_info_dict = collect_env()
File "f:\orientedreppoints\mmdet\utils\collect_env.py", line 42, in collect_env
gcc = subprocess.check_output('gcc --version | head -n1', shell=True)
File "E:\anaconda\envs\orientedreppoints\lib\subprocess.py", line 411, in check_output
**kwargs).stdout
File "E:\anaconda\envs\orientedreppoints\lib\subprocess.py", line 512, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'gcc --version | head -n1' returned non-zero exit status 255.
The text was updated successfully, but these errors were encountered: