Hello there everyone i am trying to make deploy the Bitcoin Core wallet, and it looks as if it’s almost there but i came across a python error. Any help would be appreciated all packages and dependencies installed
CXX script/libbitcoinconsensus_la-script_error.lo CXX libbitcoinconsensus_la-uint256.lo CXX util/libbitcoinconsensus_la-strencodings.lo CXXLD libbitcoinconsensus.la Making all in doc/man make[1]: Nothing to be done for
all'. make[1]: Nothing to be done for
all-am’. /usr/local/bin/gmkdir -p Bitcoin-Qt.app/Contents/MacOS STRIPPROG="/usr/bin/strip" /bin/sh /Users/alex/bitcoin/build-aux/install-sh -c -s ./src/qt/bitcoin-qt Bitcoin-Qt.app/Contents/MacOS/Lu-Qt /usr/local/bin/gmkdir -p Bitcoin-Qt.app/Contents/Resources/Base.lproj echo ‘{ CFBundleDisplayName = “Bitcoin Core”; CFBundleName = “Bitcoin Core”; }’ > Bitcoin-Qt.app/Contents/Resources/Base.lproj/InfoPlist.strings sed ’s/PACKAGE_NAME/Bitcoin Core/’ < “contrib/macdeploy/background.svg” | /usr/local/bin/rsvg-convert -f png -d 36 -p 36 -o background.tiff.png sed ’s/PACKAGE_NAME/Bitcoin Core/’ < “contrib/macdeploy/background.svg” | /usr/local/bin/rsvg-convert -f png -d 72 -p 72 -o background.tiff@2x.png tiffutil -cathidpicheck background.tiff.png background.tiff@2x.png -out background.tiff 2 images written to background.tiff. /usr/local/bin/python3.9 ./contrib/macdeploy/macdeployqtplus Bitcoin-Qt.app Bitcoin-Core -translations-dir= -dmg
- Copying source bundle +
- Deploying frameworks + Processing libboost_filesystem.dylib … Processing QtNetwork.framework … Linked: dist/Bitcoin-Qt.app/Contents/Frameworks/QtNetwork.framework/Versions/Current -> 5 Processing QtCore.framework … Linked: dist/Bitcoin-Qt.app/Contents/Frameworks/QtCore.framework/Versions/Current -> 5 Processing QtWidgets.framework … Linked: dist/Bitcoin-Qt.app/Contents/Frameworks/QtWidgets.framework/Versions/Current -> 5 Processing QtGui.framework … Linked: dist/Bitcoin-Qt.app/Contents/Frameworks/QtGui.framework/Versions/Current -> 5 Processing QtDBus.framework … Linked: dist/Bitcoin-Qt.app/Contents/Frameworks/QtDBus.framework/Versions/Current -> 5 Processing libqrencode.4.dylib … Processing libdb_cxx-4.8.dylib … Processing libminiupnpc.17.dylib … Processing libnatpmp.1.dylib … Processing libevent_pthreads-2.1.7.dylib … Processing libevent-2.1.7.dylib … Processing libsqlite3.0.dylib … Processing QtCore.framework … Processing QtGui.framework …
- Deploying plugins + Processing plugin platforms/libqminimal.dylib … Processing plugin platforms/libqcocoa.dylib … Processing QtPrintSupport.framework … Linked: dist/Bitcoin-Qt.app/Contents/Frameworks/QtPrintSupport.framework/Versions/Current -> 5 Processing plugin styles/libqmacstyle.dylib …
- Adding Qt translations +
- Installing qt.conf +
- Generating .DS_Store + Traceback (most recent call last): File “/Users/alex/bitcoin/./contrib/macdeploy/macdeployqtplus”, line 530, in alias = Alias().from_bytes(icvp[‘backgroundImageAlias’]) File “/usr/local/lib/python3.9/site-packages/mac_alias/alias.py”, line 377, in from_bytes return cls._from_fd(b) File “/usr/local/lib/python3.9/site-packages/mac_alias/alias.py”, line 363, in _from_fd alias.volume.disk_image_alias = Alias.from_bytes(value) File “/usr/local/lib/python3.9/site-packages/mac_alias/alias.py”, line 377, in from_bytes return cls._from_fd(b) File “/usr/local/lib/python3.9/site-packages/mac_alias/alias.py”, line 322, in _from_fd alias.target.folder_name = value.decode().replace(’/’,’:’) UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xab in position 5: invalid start byte
Thank you