Closed KarinaSantana closed 1 month ago
@KarinaSantana , could you please attach the script / commands you used for the bash case?
Hi Kshitij
here you go:
(car_venv) ***@***.*** ~ % bash
(car_venv) %n@%m %1~ %# pip install -U caracal[all]
Try "caracal[all]" in string quotes. Zsh has special handling for square brackets.
On Wed, 9 Oct 2024, 15:07 KarinaSantana, @.***> wrote:
Hi Kshitij
here you go: ''' (car_venv) @.*** ~ % bash
The default interactive shell is now zsh. To update your account to use zsh, please run
chsh -s /bin/zsh
. For more details, please visit https://support.apple.com/kb/HT208050. (car_venv) %n@%m %1~ %# pip install -U caracal[all] Collecting caracal[all]'''
On Wed, Oct 9, 2024 at 2:57 PM Kshitij Thorat @.***> wrote:
@KarinaSantana https://github.com/KarinaSantana , could you please attach the script / commands you used for the bash case?
— Reply to this email directly, view it on GitHub < https://github.com/caracal-pipeline/caracal/issues/1602#issuecomment-2402249083>,
or unsubscribe < https://github.com/notifications/unsubscribe-auth/APSQW6TE6LRM732GYQGCF5TZ2UR3PAVCNFSM6AAAAABPUN6GJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBSGI2DSMBYGM>
. You are receiving this because you were mentioned.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/caracal-pipeline/caracal/issues/1602#issuecomment-2402290880, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSHDWMYWYPV6453QKQPHZDZ2UTBRAVCNFSM6AAAAABPUN6GJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBSGI4TAOBYGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi @KarinaSantana , thanks for opening this issue.
Sorry, we have not fully tested the pipeline in a python3.12
environment yet.
I have updated the readme in this PR: https://github.com/caracal-pipeline/caracal/pull/1603
Please re-install using the branch with: pip install "caracal[all] @ git+https://github.com/caracal-pipeline/caracal.git@update-docs -U"
NB: This updates will be available in the next release of caracal
.
Regarding mac please refer to: https://github.com/caracal-pipeline/caracal/issues/1346.
I hope this helps.
Best regards
Hey @KarinaSantana , just to add to what @Athanaseus said - I checked your install process with different python versions and it's the 3.12 which gives the trouble, 3.08 works fine.
I tried to install it using the README file. This command: pip install -U caracal[all] did not work. This is the error I got:
zsh: no matches found: caracal[all]
When trying the same command on bash I got the follow error:
Note: It is also not clear if caracal can be installed on mac with intel chip