anabiman / pygran

A DEM toolkit for rapid simulation & quantitative analysis of granular systems
http://pygran.org
GNU General Public License v2.0
75 stars 16 forks source link

"module_list" not defined. #10

Open frankgestrada opened 11 months ago

frankgestrada commented 11 months ago

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):

anabiman commented 9 months ago

Are you running this in WSL or vanilla windows?