-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Brew Installation Error #66
Comments
Hey @pacozaa, thanks for the kind words! Could you try creating a new virtual env and installing in there with pip? If this does not work perhaps we get something more meaningful. |
@ggozad Let me try to add more info and do the pip today. Thanksss. Sorry for the late reply. I was diving in ollama rabbit hole. |
@ggozad I suspect it might be because of my python version. What's the python version required? |
It's python 3.10 we use. But I am not certain this is the problem, please try the venv and let me know the results. |
|
Came here to log the same bug. I don't think Python 3.10 is supported anymore, it's pretty old now. I see the project requires Pillow 10.2 or newer, supposedly that does support Python 3.12 - https://pillow.readthedocs.io/en/latest/installation/python-support.html Perhaps the brew install configuration for oterm has a bug? |
I am gonna reopen this and investigate when I get some time. |
@sammcj Python 3.10 is not required anywhere. The brew recipe specifies python3 and the minimum version in |
Hi @ggozad, I have the same issue with
And also couldn't install with
Any idea how to fix it? thanks in advance! |
I would like to ask for help with this one, since it works fine for me :) The homebrew formula lies here @wcnz2018 you can create a venv and install but of course it would be awesome to figure out how to fix properly for brew. |
Hey there, I release 0.2.9 which updates all dependencies. |
Hi @ggozad, I think I still have problem to install it directly via
Hope it helps other people and thank you for your work! |
@wcnz2018 Thanks, and damn it I want this resolved :)
|
I am also seeing the same issue on macOS Sequoia 15.1.1 with python3.13.
|
This still baffles me. uv venv -p 3.13
source .venv/bin/activate
uv pip install oterm and report back if it works? |
I didn't use the exact steps, since I use The following commands worked for me though!
|
Thank you @aurrak, so it's a brew issue somehow. I am not sure how to go about it, would appreciate help if anyone can have a look as well. It's hard for me to fix as I can't reproduce it. |
The latest 0.7.0 which I just released should fix the pillow problem. |
I have a new issue with version 0.8.0:
Upgrading pip did not change anything. |
Sorry for the very reply! |
Hi Oterm maintainer!
Thank you for the great software. I am trying to install this through brew but got an error
Here is an error message when I run
brew install ggozad/formulas/oterm
Please help!
The text was updated successfully, but these errors were encountered: