-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bug: cannot install on mac os. #208
Comments
Hey @queglay, thanks for filing an issue. Can you confirm that the output of When you do a There should be a better error message in this repo when you attempt to perform the hatch run command, but this repo doesn't currently lock the upper end for support python versions. We'll have to add that. To manually workaround this until deadline-cloud releases with a version that says it works with python 3.13, you can control which python hatch uses with |
Hey @epmog , thanks for your reply. python isn't aliased to anything by default on my mac, but with a venv I get:
Do I have to use python 3.13 or are we find with 3.11 for now? I also tried using the env var suggested:
|
You may have to run As for the aliases, it might just be part of the standard searching hatch is doing for a python. |
Thanks @epmog , prune did work, I just had to do:
|
That's great to hear! The next deadline-cloud release will have 3.13 support, so your setup will work in the future without that override. |
Describe the bug
I'm new to this but very excited to see progress in supporting houdini.
Following the docs to install the hatch command fails on mac os for me. I have the same python version installed required for houdini 20.5 (3.11) and also by default pip is using 3.10.
Just a side note: Although I'm not very familiar with hatch, I have noticed commands like
pip install
which is not ideal. More explicit usage of pip and the python major version is best practice with something like:
python3.11 -m pip install
Expected Behaviour
The hatch command should not fail.
Current Behaviour
this is the output:
Reproduction Steps
Environment
At minimum:
3: Version of this package: latest as of today. According to change log last release was 0.7.4, but mainline hash which is what I used is at aed5d1c
The text was updated successfully, but these errors were encountered: