pygran icon indicating copy to clipboard operation
pygran copied to clipboard

"module_list" not defined.

Open frankgestrada opened this issue 1 year ago • 1 comments

Describe the bug after: git clone https://github.com/anabiman/pygran.git cd pygran and installing PyGran dependencies with pip: pip3 install .[extra]

when building 'liggghts' with cython I the following error "Could not cythonize due to error: name 'module_list' is not defined. Make sure Cython is properly installed." Cython has been installed (removed and reinstalled).

Code snippet python3 setup.py build_liggghts

Expected behavior 'liggghts' should have been cloned and built

Environment (please complete the following information):

  • OS: Windows 11
  • PyGran version: 1.1
  • Python version: [e.g. 3.10.10]

frankgestrada avatar Nov 21 '23 15:11 frankgestrada

Are you running this in WSL or vanilla windows?

anabiman avatar Jan 23 '24 04:01 anabiman