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
I had refgenie working earlier, but its now giving me the following error:
File "/home/usr/.local/bin/refgenie", line 6, in
from refgenie.refgenie import main
File "/home/usr/.local/lib/python2.7/site-packages/refgenie/refgenie.py", line 417
specified_asset_keys, specified_assets = [*parsed_parents_input], [*parsed_parents_input.values()]
I've deleted the site package and tried building from source and it throws that same error. Any thoughts?
The text was updated successfully, but these errors were encountered:
I had refgenie working earlier, but its now giving me the following error:
File "/home/usr/.local/bin/refgenie", line 6, in
from refgenie.refgenie import main
File "/home/usr/.local/lib/python2.7/site-packages/refgenie/refgenie.py", line 417
specified_asset_keys, specified_assets = [*parsed_parents_input], [*parsed_parents_input.values()]
I've deleted the site package and tried building from source and it throws that same error. Any thoughts?
The text was updated successfully, but these errors were encountered: