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

No chance to run on -> macOS Monterey #1946

Open
77656233 opened this issue Mar 9, 2022 · 2 comments
Open

No chance to run on -> macOS Monterey #1946

77656233 opened this issue Mar 9, 2022 · 2 comments

Comments

@77656233
Copy link

77656233 commented Mar 9, 2022

I tried to get PyBitmessage run for hours now with all instruction infos but there is no way.

I tried brew and macports and both end in the same result.

I tested python, python2 and python3, all without succes. Also all kind of libcrypto versions end in the same result.

The client that is precompiled stucks and thats the reason i tried to run it myself.

Any idea how I can solve that?

% python src/bitmessagemain.py 
WARNING: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python is loading libcrypto in an unsafe way
zsh: abort      python src/bitmessagemain.py
python2.7 src/bitmessagemain.py
WARNING: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python is loading libcrypto in an unsafe way
zsh: abort      python2.7 src/bitmessagemain.py
python3 src/bitmessagemain.py
  File "/Users/christiangrieger/Github/PyBitmessage/src/bitmessagemain.py", line 404
    print 'Usage: ' + sys.argv[0] + ' [OPTIONS]'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Usage: ' + sys.argv[0] + ' [OPTIONS]')?
@PeterSurda
Copy link
Member

Currently there isn't a working build process for macOS. However, we're working on it.

@77656233
Copy link
Author

77656233 commented Mar 9, 2022

Currently there isn't a working build process for macOS. However, we're working on it.

Okay :) Thank you!

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

No branches or pull requests

2 participants