-
Notifications
You must be signed in to change notification settings - Fork 36
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
UserWarnings after "python setup.py install" #26
Comments
I have the same issue |
Well, it worked for me 4 months ago:-) First of all, are you using a compatible FEniCS version? If you think that you are, then please find out more about what is going wrong. Have a look at where the error occurs. Now do for example
This should at least give us an indication about what goes wrong. |
That is a very good question. I'm currently using the
Trying to import probe yields the following:
Earlier today I did some debugging, and i think I saw an error linking to |
I need to see one of the errors captured in the try: except clauses here. |
|
Aha! So there is a permission error on the docker. But that seems weird, the location '/home/fenics/local..' should be open? Could you try to build really locally? With |
So list of stuff i needed when using the stable
After this, I get the following:
As far as I know, |
So then everything works except the part with StructuredGrid that want to use scitools? |
And I should add |
Do you know how to get the parallel mpi version? |
You have to compile it yourself in parallel. It's not very difficult, I keep parallel versions on anaconda cloud, but only for conda. See docker-fenics-recipes for some build scripts to follow on the docker. |
Hi, @mikaem: I am a beginner of fenicstools, but I still could not succefully import fenicstools, even I follow all your discussion before. Could you please summarize a list step by step how to set up fenicstools? (I am using docker run fenics 2017.2.0) |
I followed the above steps and everything works except the part with StructuredGrid that want to use scitools, just like you mentioned. Do you think we could find a way to solve this? |
Please do add |
Hi Mikaem,
I cloned fenicstools and installed it with the command "python setup.py install". Importing your library I have the following error :
/Users/anonymous/anaconda2/envs/pyfenics/lib/python3.6/site-packages/fenicstools/init.py:7: UserWarning: Probe/Probes/StatisticsProbe/StatisticsProbes not installed
warnings.warn("Probe/Probes/StatisticsProbe/StatisticsProbes not installed")
/Users/anonymous/anaconda2/envs/pyfenics/lib/python3.6/site-packages/fenicstools/init.py:12: UserWarning: StructuredGrid/ChannelGrid not installed
warnings.warn("StructuredGrid/ChannelGrid not installed")
/Users/anonymous/anaconda2/envs/pyfenics/lib/python3.6/site-packages/fenicstools/init.py:42: UserWarning: ClementInterpolation not installed
warnings.warn("ClementInterpolation not installed")
/Users/anonymous/anaconda2/envs/pyfenics/lib/python3.6/site-packages/fenicstools/init.py:47: UserWarning: Lagrangian particles not installed
warnings.warn("Lagrangian particles not installed")
Do you have any idea how to solve this issue ?
The text was updated successfully, but these errors were encountered: