Skip to content
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 agent on Mac os m1 #10

Open
alex-bender opened this issue Nov 21, 2022 · 6 comments
Open

Can not install agent on Mac os m1 #10

alex-bender opened this issue Nov 21, 2022 · 6 comments

Comments

@alex-bender
Copy link

Hello, i'm getting troubles with installation.

I've clonned repo to build an agent by ./build.sh script, but getting this error despite glog and gflags were installed via brew:

...
Installing collected packages: sidekick-agent-python
  Running setup.py develop for sidekick-agent-python
    error: subprocess-exited-with-error

    × python setup.py develop did not run successfully.
    │ exit code: 1
    ╰─> [46 lines of output]
        ['/Users/a27/src/sidekick-agent-python/build/third_party/lib/libgflags.a', '/Users/a27/src/sidekick-agent-python/build/third_party/lib/libglog.a'] ['libgflags.a', 'libglog.a']
        running develop
...
@boroskoyo
Copy link
Contributor

Hi Alex, can you share your Python version info

@alex-bender
Copy link
Author

Sure!

~ λ % brew info python
==> [email protected]: stable 3.10.8 (bottled)
Interpreted, interactive, object-oriented programming language
https://www.python.org/
/opt/homebrew/Cellar/[email protected]/3.10.8 (3,214 files, 59.0MB) *
  Poured from bottle on 2022-10-16 at 23:54:27
...

@boroskoyo
Copy link
Contributor

Due to env issues building with PyCharm is a lot easier in the case of M1. Furthermore, you can check out our latest m1 builds from here https://pypi.org/project/sidekick-agent-python/0.1.1/ (files that end with "arm64.whl" are built & tested on M1 Monterey)

@boroskoyo
Copy link
Contributor

Ah I see, currently we do not support Python 3.10. Can you try again with 3.6,3.7 or 3.8?

@alex-bender
Copy link
Author

Will try that, thanks!

@boroskoyo
Copy link
Contributor

No problem, cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants