LiWentomng/OrientedRepPoints

训练时报错

Opened this issue · 0 comments

'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.