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
This is likely causing the following error on win when installing via conda.
lpython example.py
semantic error: Could not find the module 'lpython'. If an import path is available, please use the `-I` option to specify it
--> example.py:1:1
|
1 | from lpython import i32
| ^^^^^^^^^^^^^^^^^^^^^^^
Note: if any of the above error or warning messages are not clear or are lacking
context please report it to us (we consider that a bug that must be fixed).
See here
lpython/src/runtime/CMakeLists.txt
Line 19 in 39d3b47
I think the file misses something like
The text was updated successfully, but these errors were encountered: