Giter Club home page Giter Club logo

Comments (8)

Zud0taki avatar Zud0taki commented on September 22, 2024 1

Thanks for the input!
I will try to use the minimalistic test and see, if it makes any difference.

If that works I think I will try to upgrade to PyQt6.
I will update you on whether either of the approaches resolves the problem. Just in case in the future someone else runs into this problem.

from vedo.

marcomusy avatar marcomusy commented on September 22, 2024

Uhm what is the error message?

from vedo.

Zud0taki avatar Zud0taki commented on September 22, 2024

I am sorry I forgot to mention in the issue. The only error thrown is: Process finished with exit code -1073740791 (0xC0000409)
There is no specific error which is odd.

I should have clarified earlier... have you ever heard of that message before in connection with vedo?

from vedo.

marcomusy avatar marcomusy commented on September 22, 2024

Not really... Are you doing it on a server by any chance?
what is the output of command line

vedo

should give some info about your specs.

from vedo.

Zud0taki avatar Zud0taki commented on September 22, 2024

The output for vedo is the following:

vedo version : 2024.5.0+dev26 (https://vedo.embl.es)
vtk version : 9.3.0
numpy version : 1.24.4
python version : 3.8.18 (default, Sep 11 2023, 13:39:12) [MSC v.1916 64 bit (AMD64)]
python interpreter : C:\Users\Enihcam\anaconda3\envs\SynthHumans\python.exe
installation point : C:\Users\Enihcam\anaconda3\envs\SynthHumans\lib\site-packages\vedo
system : Windows 10 nt AMD64

I am running the package in one of my projects in a venv (Python 3.8 on a Win10 System

from vedo.

marcomusy avatar marcomusy commented on September 22, 2024

If sometimes it works and sometimes it doesnt it must due to some instability of your system and/or the vtk library itself..
I don't see anything problematic in your specs .. sorry! :(
Maybe you can write a minimalistic test to see if it crashes like

from vedo import Mesh
for file in files:
    m = Mesh(file)
    print(m)

from vedo.

Zud0taki avatar Zud0taki commented on September 22, 2024

Ok so I tried both options and neither of them resolved the issue. I tried an older version of my project and there it works.
I will dig through the code of older versions of my project and test with them, see what I changed and maybe its obvious.
Iยดll keep trying and if I find a solution I`ll reopen this issue. Thank you for your time.

from vedo.

marcomusy avatar marcomusy commented on September 22, 2024

No problem - let me know how it goes :)

from vedo.

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.