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

训练时报错 #31

Open
unbeliveyu opened this issue Feb 20, 2023 · 0 comments
Open

训练时报错 #31

unbeliveyu opened this issue Feb 20, 2023 · 0 comments

Comments

@unbeliveyu
Copy link

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

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