Closed pcyin closed 2 years ago
When running python lib_ver_producer.py I got the following error:
python lib_ver_producer.py
ImportError: cannot import name 'get_code_list' from 'core.util'
It seems the function get_code_list is not defined in core/util.py.
get_code_list
core/util.py
Thanks for reporting this. Will fix it quite soon.
Thanks for raising this issue to us. I will now close it, please feel free to reopen if you have any questions.
When running
python lib_ver_producer.py
I got the following error:It seems the function
get_code_list
is not defined incore/util.py
.