Steps to Reproduce:
-
Clone the repository and install dependencies.
-
Run the following import:
from formulallm.formula import *
-
See the following error:
TypeError: No method matches given arguments for CLRModule.AddReference: (<class 'list'>)
Code Snippet with Issue:
File : Formula_program.py:
process_path = glob.glob(os.path.expanduser('~') + r'/.dotnet/tools/.store/vuisis.formula*/**/VUISIS.Formula*.dll', recursive=True)
clr.AddReference(process_path) #This passes a list