Skip to content

clr.AddReference() Fails Due to List Input #3

@702-arpit

Description

@702-arpit

Steps to Reproduce:

  1. Clone the repository and install dependencies.

  2. Run the following import:
    from formulallm.formula import *

  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions