Skip to content
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

pymeshlab install problem in CentOS release 7.5 (Final), how do i solve this problem, thank u! #390

Open
Value-Jack opened this issue Aug 28, 2024 · 8 comments

Comments

@Value-Jack
Copy link

when i install pymeshlab 2023.12.post1 manual,it shows this problem

Python 3.11.9 (main, Apr 19 2024, 16:48:06) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import pymeshlab
Traceback (most recent call last):
File "", line 1, in
File "/home/work/anaconda3/envs/unique3d/lib/python3.11/site-packages/pymeshlab/init.py", line 11, in
from .pmeshlab import *
ModuleNotFoundError: No module named 'pymeshlab.pmeshlab'

KeyboardInterrupt

this is my env:

torch 2.4.0
torchaudio 2.1.0
torchvision 0.16.0
python 3.11

@Value-Jack
Copy link
Author

why are there so many robots?

@Salieri0515
Copy link

I notice that you're using conda, maybe try install pymeshlab out of conda envrionment?

@github-staff github-staff deleted a comment from Value-Jack Aug 28, 2024
@Value-Jack
Copy link
Author

I notice that you're using conda, maybe try install pymeshlab out of conda envrionment?

but i need to pip install pymeshlab😭😭😭

@Salieri0515
Copy link

I notice that you're using conda, maybe try install pymeshlab out of conda envrionment?

but i need to pip install pymeshlab😭😭

Using pip install doesn't mean that you are required to activate a conda environment. My adivce is you should deactivate conda until you can't seee (base), then using pip install. That's exactly what I have done to successfully using pymeshlab.

image

@Value-Jack
Copy link
Author

Value-Jack commented Aug 29, 2024

thank you! but my python version is only python 2.7.5 and will show this error, maybe the python version problem?
image

@Salieri0515
Copy link

Salieri0515 commented Aug 29, 2024

It should be the problem. Python 2 doesn't support the encoding argument. Also pay attention to the required python version for pymeshlab, which is python 3.7+ (you should check this).

@johnnynunez
Copy link

It should be the problem. Python 2 doesn't support the encoding argument. Also pay attention to the required python version for pymeshlab, which is python 3.7+ (you should check this).

I have the same problem using python3.10 without conda

@alemuntoni
Copy link
Member

@Value-Jack what do you mean with "manual install"? Do you installed it trough pip?
Could you please check the version of glibc in your system? glibc installed on CentOS tend to be outdated and we cannot support them. See #157.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants
@alemuntoni @johnnynunez @Value-Jack @Salieri0515 and others