Re: [Python.NET] Problems installing pythonnet on ubuntu 16.04

2016-10-17 Thread Denis Akhiyarov
Hi Germano, The errors with types are indeed strange. But can you please follow build procedure that is setup on Travis CI? Particularly use Mono 4.2.4.4. https://github.com/pythonnet/pythonnet/blob/master/.travis.yml Also do `pip install pythonnet --pre -U`, since `pythonnet 2.1.0` is not lates

[Python.NET] Problems installing pythonnet on ubuntu 16.04

2016-10-17 Thread germano.carella
Hi to all, I’m trying to install pythonnet on ubuntu 16.04. I installed mono-complete Apt-get install mono-complete It seems to be work. Now Pip install pythonnet. This is the log: Collecting pythonnet Using cached pythonnet-2.1.0.zip Building wheels for collected packages: pythonnet Running s