-
Notifications
You must be signed in to change notification settings - Fork 143
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 not install pythemis from source on macOS with CPU M1 #968
Comments
@ilammy if you have M1 can you please take a look? We struggle with paths... |
I’m sorry, don’t have M1 – my current computer is not dead yet 😅 That said, I tend to think this isn’t something related to M1, but rather the usual Python problem. What does python3 -c "import sys; print('\n'.join(sys.path))" That should be |
There is no word about /Library/Python. Google says 'use sudo, Luke', but I do not want to use it. It is not the usual way.
but
|
actually all installations via our makefile designed to install into the system-wide folders. there is no target to install into the local home folders. |
After the release of themis-0.14.10 I tried the newly released package from PyPI and it gave me the warning "System-wide directory not available to write, installing in user directory" |
Describe the bug
I wish to install pythemis from the source code. I can not do it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Installed pythemis to my environment.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: