-
Notifications
You must be signed in to change notification settings - Fork 100
Ubuntu env #5
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
Just run it successfully. make sure the pythonnet_standard is compiled with following condition: |
@henon Could you make a corss-platform NuGet package for pythonnet_standard ? https://docs.microsoft.com/en-us/xamarin/cross-platform/app-fundamentals/nuget-multiplatform-libraries/single-codebase |
awesome, please try the nuget once it is published: https://www.nuget.org/packages/Python.Runtime.Mono/3.6.0 |
It works, thanks. @henon Is it possible combine them in one package ? |
why? |
MergeNumpy_Toolkit and Numpy.Net to simplify the development procedures
I am trying to run Numpy.Net with Anaconda. I had the same issue, updated the |
I don't know. To me it looks like a problem with pythonnet |
I didn't install pythonnet. I suppose I need to, right? What is the correct way of doing it via Anaconda env? |
With pythonnet I mean this (my .NET Standard version of it): With Anaconda you should use this: But I have never had time to try Numpy.Bare with Anaconda on Linux so you'll have to do trial and error. |
Can't run in Ubuntu.
An unhandled exception of type 'System.DllNotFoundException' occurred in Python.Runtime.NETStandard.dll: 'Unable to load shared library 'python36' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libpython36: cannot open shared object file: No such file or directory'
Related issue #2.
The text was updated successfully, but these errors were encountered: