Giter Club home page Giter Club logo

Comments (8)

Raphadw avatar Raphadw commented on June 15, 2024 1

Hello,
I have done a new installation of python on my OS windows10 and I have also install Numpy. The excutable still doesn't work.
I solved the problem running directly the python script. Hereafter the command :
python ccx2paraview.py fichier_parameter.frd vtu

Regards.

from ccx2paraview.

imirzov avatar imirzov commented on June 15, 2024 1

Guys, possibly it's not a problem at all. What you see is just command print() informing that you have no numpy installed. But numpy goes with converter's binary (inside of it).

Please, open the conversion result in Paraview and have a look if it has a Mises Stress field. If it has, just ignore the error. If no - the error report has sense and I'll try to fix it.

from ccx2paraview.

imirzov avatar imirzov commented on June 15, 2024

Hi,

Thank you for using this converter and posting issues!

It's strange that executable asks for numpy. Looks like I've missed something while created the executable. Nevertheless, you need Python3 installed on your OS with numpy library. Run this command to install numpy:

pip install numpy
or
pip3 install numpy

Without this library converter will not append equivalent and principal stresses and strains. I hope you know that CalculiX CrunchiX doesn't calculate them.

Good luck!

from ccx2paraview.

Nils-Holgerson avatar Nils-Holgerson commented on June 15, 2024

I have the same problem with numpy modul. The exe is not working and running the py file does not work either :(

from ccx2paraview.

Raphadw avatar Raphadw commented on June 15, 2024

from ccx2paraview.

Nils-Holgerson avatar Nils-Holgerson commented on June 15, 2024

I figured it out. It is more a numpy problem than a problem with the converter itself. Creating a project in pycharm with all .py files in it, adjusting the imports and loading numpy in the project environment solved it.

from ccx2paraview.

imirzov avatar imirzov commented on June 15, 2024

Check previous comment, then, please, test those binaries:
ccx2paraview_ubuntu_20200622.zip
ccx2paraview_windows_20200622.zip

from ccx2paraview.

imirzov avatar imirzov commented on June 15, 2024

Fixed numpy for Windows:
https://github.com/calculix/ccx2paraview/releases/tag/v2.3.1

from ccx2paraview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.