Thank you for your open-source sharing. After reading the paper, I found it very rewarding, but I encountered the following problem while running the code. May I ask what the possible reason is?
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\Administrator\AppData\Local\Temp\pip-install-nu44w8v0\commonroad-drivability-checker_d6bc16265f1443e99426da5feda8a7ab\setup.py", line 8, in
from setup_options import setup_options_dict
ModuleNotFoundError: No module named 'setup_options'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Thank you for your open-source sharing. After reading the paper, I found it very rewarding, but I encountered the following problem while running the code. May I ask what the possible reason is?
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\Administrator\AppData\Local\Temp\pip-install-nu44w8v0\commonroad-drivability-checker_d6bc16265f1443e99426da5feda8a7ab\setup.py", line 8, in
from setup_options import setup_options_dict
ModuleNotFoundError: No module named 'setup_options'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.