Re: [Python.NET] Integration pythonnet package on linux

2019-01-19 Thread Denis Akhiyarov
Your issue is very obvious if you read the error message: ` ModuleNotFoundError: No module named 'pycparser'` I cannot find the instructions that I wrote in the wiki - someone might have removed them! Basically you need pycparser, clang, glibc: https://github.com/pythonnet/pythonnet/issues/241#

[Python.NET] Integration pythonnet package on linux

2019-01-19 Thread Sebastian_Muhr
Hello, i have a problem by integration the pythonnet module in python 3.6.5 on my linux PC. My install command on the command line is: "sudo pip python3.6 -m pip install pythonnet" After this command the following error message occurs: ~$ sudo python3.6 -m pip install pythonnet Collecting pyt