JWock82 / Pynite

A 3D structural engineering finite element library for Python.
MIT License
475 stars 94 forks source link

PyNite installation #5

Closed LcnGnd closed 5 years ago

LcnGnd commented 5 years ago

I have a problem with PyNite installation. First of all I install Pynite by the command "pip install Pynite" in prompt of comand of my computer. Now, if I check the already installed modules by the command "pip list", PyNite is available. The problem is when I want to use PyNite module in a script:

PyNite-master -> Examples -> Simple Beam - Point Load.py -> EDIT with IDLE ->Run module (F5)

Python give me an error: Cattura

How can I solve it?

JWock82 commented 5 years ago

Good question!

Use ‘pip install pynitefea’ instead. The name PyNite was already taken in the PyPI package manager, so I added ‘fea’ to the end.

‘pip install Pynite’ installs some kind of ‘Fortnite’ video game package. You’ll probably want to uninstall that, unless you play Fortnite :)

LcnGnd commented 5 years ago

Great! Problem solved! Thank you so much.