redtrumpet wrote:
There is PySingular, which you might try out.
I did try to install PySingular using pip install but it seems to fail:
Code:
Collecting PySingular
Downloading https://files.pythonhosted.org/packages/5b/6a/f2d0b7cb581a6a0795d421a393ef63fdc773516ce69de200ceaf052d6a63/PySingular-0.9.7.tar.gz
Complete output from command python setup.py egg_info:
Package singular was not found in the pkg-config search path.
Perhaps you should add the directory containing `singular.pc'
to the PKG_CONFIG_PATH environment variable
No package 'singular' found
Could not find a suitable libsingular configuration. Do you have libsingular headers installed?
I could try adding PKG_CONFIG_PATH to my system environment but I suspect there is something more to it, i.e. a compilation using only linux operating system (the fact that it downloads tar.gz makes me suspect this even more). Can it be that PySingular (I tried using pip install) can only be used in a linux system?