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

Quaterion fails to install on macos via poetry #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joein
Copy link
Member

@joein joein commented Nov 2, 2022

poetry can't install quaterion with torch==1.13.0 on macos x, downgrading torch to 1.12.1 fixes the issue.

Fails to install the following modules:
• nvidia-cublas-cu11 (11.10.3.66)
• nvidia-cuda-nvrtc-cu11 (11.7.99)
• nvidia-cuda-runtime-cu11 (11.7.99)
• nvidia-cudnn-cu11 (8.5.0.96)

@netlify
Copy link

netlify bot commented Nov 2, 2022

Deploy Preview for capable-unicorn-d5e336 ready!

Name Link
🔨 Latest commit 0bea43d
🔍 Latest deploy log https://app.netlify.com/sites/capable-unicorn-d5e336/deploys/63625fd9c50ee60008892e29
😎 Deploy Preview https://deploy-preview-184--capable-unicorn-d5e336.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@joein joein requested a review from generall November 2, 2022 12:17
Copy link
Member

@generall generall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably not the right approach. You can limit pytorh version in the project yourself.

@joein
Copy link
Member Author

joein commented Nov 2, 2022

Related issues in pytorch and poetry repos:

pytorch/pytorch#88049

python-poetry/poetry#6939

Until these issues are resolved, macOS users should either explicitly set torch = ">=1.8.2,<1.13.0" in pyproject.toml or install quaterion via pip. However, the later is undesirable.

@joein joein changed the title fix torch==1.13.0 installation on macosx Quaterion fails to install on macos via poetry Nov 2, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants