-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error running Ex1_making_grids #12
Comments
Hi @mgnkrr , If this returns an error, I will need to know how you installed the code and if there were any error messages during compilation. You could do a screen capture and post them here. You could also look into the other issues reported on GitHub, and perhaps the answer has been provided before. |
Hi Dr. Audet, Thanks so much for your quick reply. Here's the error I get when I run
I installed the code using the following:
I had a few errors during compilation, but I was able to fix them by installing different versions of various packages. Here's the output from Thanks again for your help. |
Hi @mgnkrr and @super-xl |
Hi @paudetseis (pflex1) C:\Users\admin\Desktop\PlateFlex-master>python
|
have you solved this problem |
This is a very strange question. After I changed my computer, I was able to install it. |
well ,did you use the windows or linux ,i will appreciate it if you could share your conda list of the env |
thank u very much dear friend |
When I run the first cell in the first example notebook, I get the following error output:
ImportError Traceback (most recent call last)
Cell In[1], line 3
1 import numpy as np
2 import pandas as pd
----> 3 from plateflex import Grid
File ~\Anaconda3\envs\pflex\lib\site-packages\plateflex_init_.py:157
155 # -- coding: utf-8 --
156 from . import conf as cf
--> 157 from . import estimate
158 from . import plotting
159 from .classes import Grid, TopoGrid, GravGrid, BougGrid, FairGrid
File ~\Anaconda3\envs\pflex\lib\site-packages\plateflex\estimate.py:57
55 import numpy as np
56 import pymc3 as pm
---> 57 from plateflex.flex import flex
58 from plateflex import conf as cf
59 from theano.compile.ops import as_op
ImportError: DLL load failed while importing flex: The specified module could not be found.
Can you help me with this? Thank you!
The text was updated successfully, but these errors were encountered: