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
Describe the bug
The basic "hello world" example in README for 1.x or 2.xrc does not work for 1.x or 2.x
For 1.x then 2.xrc following the README, I ran into problems with setup.py, that get_nim_extensions was not defined. I found it in nexporter.py so imported it explicitly, but then ran into some variables being referenced before assignment, such as nimexe so I hard-coded the path just to progress. Then nim cache files were generated but I ran into mod_name referenced before assignment. I feel like I'm not using nimporter in the intended fashion and have bypassed a critical step. Hint, please?
The text was updated successfully, but these errors were encountered:
Describe the bug
The basic "hello world" example in README for 1.x or 2.xrc does not work for 1.x or 2.x
For 1.x then 2.xrc following the README, I ran into problems with
setup.py
, thatget_nim_extensions
was not defined. I found it innexporter.py
so imported it explicitly, but then ran into some variables being referenced before assignment, such asnimexe
so I hard-coded the path just to progress. Then nim cache files were generated but I ran intomod_name
referenced before assignment. I feel like I'm not using nimporter in the intended fashion and have bypassed a critical step. Hint, please?The text was updated successfully, but these errors were encountered: