-
Notifications
You must be signed in to change notification settings - Fork 748
Add to docs a setup steps for Linux #241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In your case On Tue, Jul 19, 2016 at 8:33 AM, ZhukovGreen notifications@github.com
|
This looks like at least one of the problems: Perhaps there's a packaging issue where the wheel doesn't contain the tools... You could try cloning the source from github and building from that instead ("python setup.py build") Looks like there is also a problem with nuget. You should check the steps in the .travis.yml file and make sure you have done everything in there. It might be something like the certificates not having been installed. |
@tonyroberts thanks for correcting me! Indeed I just downloaded the source On Tue, Jul 19, 2016 at 9:47 AM, Tony Roberts notifications@github.com
|
perhaps we could also provide manylinux wheels: |
Thank you for help, I tried to manually install it from the latest release. The output is the following:
Please advise |
Here is the list of pre-requisites for installation on Linux: https://github.com/pythonnet/pythonnet/blob/master/.travis.yml and here is how typical build looks like on Travis CI for Linux: |
btw, with git and pip you can just do this command after installing dependencies. No need to manually download the source code.
|
Hello, I did everything in according with instruction. First thing I was needed to add was: Another problem (the most mysterious one) is after running a test file:
I tried to reinstall completely mono, but no changes. Any idea? |
Might be helpful. I have installed IronPython and it works with the same Mono |
IronPython is not using C-API for Mono and CPython, so no need to compare it here. Please report your Linux version, Mono runtime, CPython version and how it was installed or built. if you can record your full installation session using https://asciinema.org that would be great! |
looks like you are hitting a bug in Mono, which was fixed in 4.3.2: |
Hello, this is a recording of my session: https://asciinema.org/a/8aqpv14cq6ymnwkknltgcvet2 Linux is 4.4.0-31-generic, Mono - 4.4.2.11/f72fe45 Fri Jul 29 09:58:49 UTC 2016.
|
@zhukovgreen you forgot |
OK, thanks for that. Now it is corrected: |
@zhukovgreen I cannot believe that we are hitting so many bugs with Mono: try Mono 4.2.4 like suggested in this linked issue. |
mono 4.2.4.4 - this is what we are using in the travis build, please repeat all steps including dependencies. why did you switch to mono 4.4.2.0? |
I have tried mono 4.2.4.4 and the issue was persist with the same error. After that I switched to ironpython and reinstall the mono to the most recent version |
The comment #241 (comment) |
I will share a asciinema recording a bit later |
@zhukovgreen did pythonnet work for you finally? if not, then please send asciinema recording by repeating all steps in Travis CI. Also report your Linux Distro (Ubuntu, Debian etc.) |
Hello @denfromufa,
it says:
I completely purged all mono files, removed repository and replaced it with the 4.2.4 snapshot repo. Anyway since it lasting too long, I suggest to close the issue, hoping that it is only unique not repetitive bug related to some specifics of my PC. Thank you for your time |
@zhukovgreen I think you need to report your problem with mono installation here: https://bugzilla.xamarin.com/enter_bug.cgi?classification=__all This has nothing to do with pythonnet. |
Also you may need to update your list of available packages like this:
|
@zhukovgreen FYI in version 2.2.0-dev1 we are bundling geninterop.py now. pip install pythonnet --pre |
Hello. I'm trying to install pythonnet on Ubuntu 12.04 running Python 2.7.3. I've followed the build from https://travis-ci.org/pythonnet/pythonnet/jobs/148513880 and ran
XBuild Engine Version 14.0
XBuild Engine Version 14.0 Not really sure what's going on except that there is 'unreachable code'. |
@laskeym I don't see any errors, did the build fail? Also see this section in wiki: |
Hello, I was trying to setup PythonNet on my Linux machine and it was not easy for me. I have the next issue:
The text was updated successfully, but these errors were encountered: