-
Notifications
You must be signed in to change notification settings - Fork 137
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
Cannot import name 'RVector3' form 'pygimli.core.core #721
Comments
I am having the same problem, but my output has earlier errors. I appreciate any help. OS: macOS 14.5 (23F79) Here's the output.
|
I encountered a similar problem after installing pygimli-1.5.1 in a fresh environment on a Mac. To solve the problem I had to provide symbolic links in the More precisely: Go to the folder where the libraries are: cd /Users/xxx/miniconda3/envs/pg/lib Create the following symbolic links ln -s libcholmod.5.dylib libcholmod.3.dylib
ln -s libumfpack.6.dylib libumfpack.5.dylib Hope this helps! Cheers, |
Obviously we have to change our conda recipies to make sure the runtime versions match the build versions. |
We should also avoid the strange error message about |
This solved it. Many thanks, Ralph @ruboerner ! |
Linkage might not be the solution as shown by #721. Can you try explicitly specifying suitesparse versions? |
Hello @siarw, I am running into the exact issue. However I simply implemented the directions above AND my installation still outputs the error that you displayed. Did you do anything beyond initiating those two lines of code in the ./pg/lib/ directory? Any insight would be appreciative... Best, |
Problem description
When I import pygimli, it showed "cannot import name 'RVector3' form 'pygimli.core.core'".
Your environment
Operating system: Linux
Python version: 3.11.9
pyGIMLi version: 1.5.1
Way of installation:Conda package
Steps to reproduce
When I try to run a Python file, I encounter this error, "cannot import name 'RVector3' form 'pygimli.core.core'", but on my Windows system with the same Python and PyGIMLi versions, it doesn't throw an error.
Expected behavior
No wrong information
Actual behavior
The text was updated successfully, but these errors were encountered: