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
thanks for putting this together. I have a M1 Mac. I have a project which uses Julia (called from Python), some libs which use numba. I am trying to use Tai-chi, with an aim to replace everything with tai-chi(hopefully). While running my project, I got the below error:
Assertion failed: (findOption(Name) == Values.size() && "Option already exists!"), function addLiteralOption, file CommandLine.h, line 846.
from my investigation, it appears to be an issue with using both Julia and taichi in the same codebase. if I comment out Julia call, error goes away. Any ideas what could help please?
Ta!
The text was updated successfully, but these errors were encountered:
Hi
thanks for putting this together. I have a M1 Mac. I have a project which uses Julia (called from Python), some libs which use numba. I am trying to use Tai-chi, with an aim to replace everything with tai-chi(hopefully). While running my project, I got the below error:
Assertion failed: (findOption(Name) == Values.size() && "Option already exists!"), function addLiteralOption, file CommandLine.h, line 846.
from my investigation, it appears to be an issue with using both Julia and taichi in the same codebase. if I comment out Julia call, error goes away. Any ideas what could help please?
Ta!
The text was updated successfully, but these errors were encountered: