Coder Social home page Coder Social logo

Comments (11)

frongere avatar frongere commented on June 19, 2024

My advice:

  • use the miniconda Python distribution instead of a system install
  • install meshmagick using pip (pip install . while in the meshmagick directory)

from meshmagick.

battuta avatar battuta commented on June 19, 2024

Trying to install conda 4.2 > failed
Untitled

Trying to install meshmagick without conda 4.2 > failed
Untitled2

from meshmagick.

frongere avatar frongere commented on June 19, 2024

The point was to install miniconda to get a Python 3.X distribution then install meshmagick using pip install . or pip install -e . if you want to be able to update meshmagick by only pulling the git repository on your local machine. One of these commands has to be run in the meshmagick root directory, where the setup.py file is located.

Don't use the conda install command as it is not up to date anymore. I have to refresh the documentation, sorry.

from meshmagick.

battuta avatar battuta commented on June 19, 2024

It works now. THANK YOU!

We didn’t have these issues, one year ago, when we dealt with meshmagick for the first time. So, we hope you Update the documentations. Nevertheless, you are doing a great job! That really helped us before in our graduation project which was on marine engineering field.

Keep up the good work. 💪

from meshmagick.

frongere avatar frongere commented on June 19, 2024

Thank you! Happy to see it helps 👍
New features to come soon...

from meshmagick.

dforbush2 avatar dforbush2 commented on June 19, 2024

I am seeing an identical error, but 'pip install .' did not resolve the problem.
I have tried cloning the repository and running 'python setup.py install', and gotten this same error.
I have also tried the pip install method, as well as conda install (but this latter is not expected to work).

I have attempted the above in both a py37 and py38 environment.

from meshmagick.

russell-sealand avatar russell-sealand commented on June 19, 2024

The point was to install miniconda to get a Python 3.X distribution then install meshmagick using pip install . or pip install -e . if you want to be able to update meshmagick by only pulling the git repository on your local machine. One of these commands has to be run in the meshmagick root directory, where the setup.py file is located.

Don't use the conda install command as it is not up to date anymore. I have to refresh the documentation, sorry.

After following these instructions, I installed the latest Miniconda with Python 3.9, but still no success.

I tried with Meshmagick 3.2 and 3.3, but both give the following error:

(base) PS C:\temp2> meshmagick
Traceback (most recent call last):
File "d:\miniconda3\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "d:\miniconda3\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "d:\miniconda3\Scripts\meshmagick.exe_main
.py", line 4, in
ModuleNotFoundError: No module named 'meshmagick_cli'

from meshmagick.

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.