Bonifatius94 / ChessLib.Py

C-lib Python3 extension for efficient chess draw-gen
MIT License
2 stars 0 forks source link

Fix numpy import error during pip setup #11

Closed Bonifatius94 closed 4 years ago

Bonifatius94 commented 4 years ago

pip install fails because setup.py script imports numpy

Bonifatius94 commented 4 years ago

The sys path reload did the trick. Now pip install works properly. -> add tests to the GitHub workflow to ensure that the PyPi package can be installed

close #10