-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'meshmagick_cli' #27
Comments
My advice:
|
The point was to install miniconda to get a Python 3.X distribution then install meshmagick using Don't use the |
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. 💪 |
Thank you! Happy to see it helps 👍 |
I am seeing an identical error, but 'pip install .' did not resolve the problem. I have attempted the above in both a py37 and py38 environment. |
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 |
I can confirm that the cli is broken when the package is installed with
or
It seems to work only when the package is installed in editable mode:
I guess the reason is that with a normal (non-editable) installation, only the content of the |
(Beware that it may break if you delete/move the directory you downloaded.) |
Success! Many thanks! Now I can finally try MeshMagick 2 years later! 💥 Hopefully the Readme.rst gets updated to reflect this installation process! |
Now that #40 has been merged, the command in the README should work directly, no need for |
Hi, I am getting this error when I am trying to run the code "meshmagick".
`Microsoft Windows [Version 10.0.19042.631]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\Windows\system32>meshmagick
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python38\Scripts\meshmagick-script.py", line 11, in
load_entry_point('meshmagick==2.1.1', 'console_scripts', 'meshmagick')()
File "c:\users\User\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\users\User\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py", line 2852, in load_entry_point
return ep.load()
File "c:\users\User\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py", line 2443, in load
return self.resolve()
File "c:\users\User\appdata\local\programs\python\python38\lib\site-packages\pkg_resources_init_.py", line 2449, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
ModuleNotFoundError: No module named 'meshmagick_cli'
`
The text was updated successfully, but these errors were encountered: