trelau / AFEM

Airframe Finite Element Modeler
GNU Lesser General Public License v2.1
40 stars 16 forks source link

ModuleNotFoundError: No module named 'OCCT' ? when i import afem.exchange ? #3

Closed selvakarna closed 4 years ago

selvakarna commented 4 years ago

ModuleNotFoundError: No module named 'OCCT' ? when i import afem.exchange ?

trelau commented 4 years ago

What installation instructions did you follow? Can you provide the exact steps to reproduce the issue? More information is needed to diagnose the issue.

selvakarna commented 4 years ago

Hi @trelau , can not activate occt using Conda in linux:

I have use following commands to activate OCCT:

  conda activate occt
trelau commented 4 years ago

how did did you install AFEM? how did you install its dependencies?

depending on your platform...pyOCCT may or may not be available...so you may need to build everything from sources following instructions from the various projects

selvakarna commented 4 years ago

Hi @trelau , How to install pyOCCT using Python PIP Commands ?

trelau commented 4 years ago

it's not available on pip....i'd suggest using conda to install dependencies like OCCT, then build pyOCCT from sources on your local machine