-
Notifications
You must be signed in to change notification settings - Fork 123
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
Can't find libolm even though installed, python 3.10.2 #321
Comments
That sounds like you have libolm installed but not the development headers which are required to build the Python bindings. |
Have same problem here, what do you mean by header development ? I search in homebrew repo libolm-dev and from what I understood it's integrated on libolm main formulae that I have already install. MacOS 12.3 beta 2, python 3.10.2 |
Same problem on Linux with python 3.10. Development headers are installed as well. |
On M1 try this before pip3 install
|
Even after running the export statements above, I still get an error during installation. Anything I am doing wrong here? System
Log
|
For Homebrew on Linux users who have stuff installed to your home directory, setting these variables did end up making the installation work:
I'm also using a
...which also triggered another syntax error in the exception handler. Sorry for the screenshot, I'm running Weechat over SSH and Tmux and can't copy/paste from within that session. I assume all of this is just because I don't have the libs in the hard-coded place that |
For Intel Macs the paths are:
|
Not sure if dumb, but:
I'm on macOS 11.6, python 3.10.2.
Any help appreciated! Thanks for all the work on this project :)
The text was updated successfully, but these errors were encountered: