Code Monkey home page Code Monkey logo

Comments (5)

emil-peters avatar emil-peters commented on June 7, 2024

I was able to install and build on my windows pc using vcpkg and Visual Studio, but got the following error when trying to run any code:

image

Do you guys maybe also have a small tutorial on how to easily test the new python binding programmed? And check that the test actually works?

from meshlib.

Fedr avatar Fedr commented on June 7, 2024

MRMesh.dll is not a valid application means that MRMesh project (which is a dynamic library and not an application) is selected as startup project in Visual Studio. Please set e.g. MRTest as startup project in the context menu:
image

To test python, you can start python with MeshLib/source/x64/Debug or MeshLib/source/64/Release folders as the current working directory. Then import meshlib.mrmeshpy as mr will load MeshLib from there.

Indeed, we need to add these items in our documentation or tutorial. Thanks for pointing on that.

from meshlib.

oitel avatar oitel commented on June 7, 2024

Running ./scripts/distribution.sh does not install MeshLib automatically, instead it builds a deb package placed in the distr directory. You can install it by running sudo dpkg -i ./distr/meshlib-dev.deb.

Could you also describe your issues with CUDA? What system do you have and what CUDA packages were installed on it earlier?

from meshlib.

oitel avatar oitel commented on June 7, 2024

@emil-peters Is the issue still actual for you?

from meshlib.

emil-peters avatar emil-peters commented on June 7, 2024

Sorry for the late response.
I was able to run it locally on my windows machine to test pybindings during development of exposing them.

If I would ever have any other issue I'll reopen this issue.

from meshlib.

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.