Replies: 2 comments 1 reply
-
This usually has to do with your PYTHONPATH variable not including your module installation folder. What program are you running python from? Make sure your PYTHONPATH has that folder listed in it.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
ok so I managed to install pynite correctly but am getting the following error
I can see the FEModel3D.py file in my pynite path but its somehow is still mixed up... Is it something to do with me installing pynite AND pyniteFEA? Which one should I install? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Im curious to try your examples out but there isnt much information on installation.
After running pip install PyNiteFEA, I get No module named 'PyNite' when trying your examples out. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions