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
The command fud config --create global.root <full path to Calyx repository> would complain about import calyx in json_to_dat.py and interpreter.py.
I tried removing the import calyx lines in these two files on this branch which allows the fud config command to run but then fud -e obviously can't import the numeric types.
The text was updated successfully, but these errors were encountered:
I think this recent push adding an import from calyx reintroduces the issue here.
I was having trouble reinstalling fud.
The command
fud config --create global.root <full path to Calyx repository>
would complain aboutimport calyx
in json_to_dat.py and interpreter.py.I tried removing the
import calyx
lines in these two files on this branch which allows thefud config
command to run but thenfud -e
obviously can't import the numeric types.The text was updated successfully, but these errors were encountered: