No chance to run on -> macOS Monterey #1946

Open
opened 2022-03-09 15:45:28 +01:00 by 77656233 · 2 comments
77656233 commented 2022-03-09 15:45:28 +01:00 (Migrated from github.com)

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]')?
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 commented 2022-03-09 16:40:15 +01:00 (Migrated from github.com)

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

Currently there isn't a working build process for macOS. However, we're working on it.
77656233 commented 2022-03-09 17:11:27 +01:00 (Migrated from github.com)

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

Okay :) Thank you!

> Currently there isn't a working build process for macOS. However, we're working on it. Okay :) Thank you!
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-08-21#1946
No description provided.