Re: [sympy] Parsing expressions problem | "ImportError: Clang is not installed, cannot parse C code"

2022-04-19 Thread Audrius-St
Okay, I found "python-clang" on conda-forge and installed it. $ conda list python-clang # NameVersion Build Channel python-clang 13.0.1 default_hccd1708_0conda-forge I now receive the error message: NotImplementedError: Only bool,

Re: [sympy] Parsing expressions problem | "ImportError: Clang is not installed, cannot parse C code"

2022-04-19 Thread Isuru Fernando
It should be python-clang. Isuru On Tue, Apr 19, 2022 at 2:23 PM Aaron Meurer wrote: > The error message should be improved there. You need clang-python. > > Aaron Meurer > > On Tue, Apr 19, 2022 at 1:20 PM Audrius-St > wrote: > > > > Hello, > > > > I am attempting to parse C code into Python

Re: [sympy] Parsing expressions problem | "ImportError: Clang is not installed, cannot parse C code"

2022-04-19 Thread Audrius-St
Thanks for your prompt reply. What is "clang-python" and from where may I download it? A search on "clang-python" did return anything obvious. I suggest that the documentation be updated with this required information. On Tuesday, April 19, 2022 at 3:23:38 PM UTC-4 asme...@gmail.com wrote: >

Re: [sympy] Parsing expressions problem | "ImportError: Clang is not installed, cannot parse C code"

2022-04-19 Thread Aaron Meurer
The error message should be improved there. You need clang-python. Aaron Meurer On Tue, Apr 19, 2022 at 1:20 PM Audrius-St wrote: > > Hello, > > I am attempting to parse C code into Python using SymPyExpression but am > receiving the error message "ImportError: Clang is not installed, cannot

[sympy] Parsing expressions problem | "ImportError: Clang is not installed, cannot parse C code"

2022-04-19 Thread Audrius-St
Hello, I am attempting to parse C code into Python using SymPyExpression but am receiving the error message "ImportError: Clang is not installed, cannot parse C code" However, I'm quite certain that I have Clang installed $ conda list clang # NameVersion Build Channel