Skip to content

Quaterion fails to install on macos via poetry#184

Open
joein wants to merge 1 commit into
masterfrom
fix-macos-install
Open

Quaterion fails to install on macos via poetry#184
joein wants to merge 1 commit into
masterfrom
fix-macos-install

Conversation

@joein

@joein joein commented Nov 2, 2022

Copy link
Copy Markdown
Member

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

netlify Bot commented Nov 2, 2022

Copy link
Copy Markdown

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

@generall generall left a comment

Copy link
Copy Markdown
Member

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

joein commented Nov 2, 2022

Copy link
Copy Markdown
Member Author

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.

2 participants