Open setgree opened 5 years ago
Well, you should ask the authors of that package and not here... According to the PyPi description of pygco
package - https://pypi.org/project/pygco/ the repository you are looking for is following - https://github.com/mjirik/gco_python
The following doesn't work (these are Docker examples)
You get the error message
ModuleNotFoundError: No module named 'Cython'
This also does not work
You get:
ModuleNotFoundError: No module named 'Cython'
This does work
Not completely sure why, just noting that
pygco
requires cython and numpy to be installed at a previous step rather than along with it.