-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
update genesis documentation about minimum Python version supported. #337
Comments
On linux it works fine with python 3.9 (this is the version we have been using for development) which os are u referrring to? |
macOS / ARM. |
So @fbaptista you're saying 3.10 is minimum for pymeshlab? I think on the MBP M3 torchaudio would run into problems with >3.10. Clean env install: But even the Hello python py/genesis-hello.py Thx |
I can confirm that it works as expected with macOSARM + Python 3.12 I can make some tests on 3.10 if needed |
Thanks for helping! You are right re 3.12 and Genesis and PyTorch. Any idea how to deal with the ValueError? Here is the 3.13.1 comment: The following packages are incompatible |
Yes, this seems to be a different issue, the problem on Python 3.9 + macOS ARM is that we can't even install You rissue can be due to maybe updating or reinstalling the package? |
Thanks again for chiming in! |
Same issue. On macOS 14, pymeshlab can't be installed when using python 3.9. Problem solved when using python 3.10. |
@zhouxian just agreed on my above thread to change the docs to Python >=3.10 and <3.13 to account for your pymeshlab problem and torchvision had with 3.13.1 in my first attempt. BTW: I had misunderstood some 3.13.1 complaint re torchvision and @fbaptista told me here that I CAN use 3.12 (Anaconda env in my case) and I`m not limited to 3.10. Newer is often better. ;-) |
pymeshlab is not able to install on Python 3.9, so this Python version is not supported.
Originally posted by @fbaptista in #52 (comment)
The text was updated successfully, but these errors were encountered: