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
When reporting bugs to openroad and openlane, they instruct users to run env.py issue-survey. However, that does not work:
(base) user@Ondo:/si$ $CONDA_PREFIX/share/openlane/env.py issue-survey
Traceback (most recent call last):
File "/si/conda/share/openlane/env.py", line 265, in <module>
main()
File "/si/conda/share/openlane/env.py", line 261, in main
commands[args[0]]()
File "/si/conda/share/openlane/env.py", line 168, in issue_survey
% get_tag()
File "/si/conda/share/openlane/dependencies/get_tag.py", line 67, in get_tag
raise e
File "/si/conda/share/openlane/dependencies/get_tag.py", line 48, in get_tag
f"Cannot determine git branch. Please specify OPENLANE_IMAGE_NAME manually.\nFull output: {branch_name_data.stderr.decode('utf8').strip()}"
dependencies.get_tag.NoGitException: Cannot determine git branch. Please specify OPENLANE_IMAGE_NAME manually.
Full output: fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
(base) user@Ondo:/si$
The text was updated successfully, but these errors were encountered:
When reporting bugs to openroad and openlane, they instruct users to run
env.py issue-survey
. However, that does not work:The text was updated successfully, but these errors were encountered: