basicswap / basicswap

Basic Atomic Swap Proof of Concept
MIT License
190 stars 47 forks source link

Windows installer errors out with python errors at 70% #104

Open vandonsel opened 3 months ago

vandonsel commented 3 months ago

Steps to produce:

  1. Run Windows installer as admin
  2. Pick wherever for install dir
  3. Continue

Result: Stuck on 80% Errors are as follows chqarezuWo

##############################################################################

12 Preparing Basicswap.

##############################################################################

[INFO] Preparing BasicSwap... [INFO] Preparing Monero setup. Fetching current XMR height... [INFO] Monero selected. Current XMR height: 3188774 PROGRESS: 70 [INFO] Starting basicswap-prepare for Monero. This might take a while.. [ALERT]: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Python312\Scripts\basicswap-prepare.exe__main__.py", line 4, in

[ALERT]: File "C:\Python312\Lib\site-packages\bin\basicswap_prepare.py", line 33, in

[ALERT]: from basicswap.basicswap import BasicSwap File "C:\Python312\Lib\site-packages\basicswap\basicswap.py", line 69, in

[ALERT]: from .messages_pb2 import ( File "C:\Python312\Lib\site-packages\basicswap\messages_pb2.py", line 9, in

[ALERT]: from google.protobuf import runtime_version as _runtime_version

[ALERT]: ImportError: cannot import name 'runtime_version' from 'google.protobuf' (C:\Python312\Lib\site-packages\google\protobuf__init__.py)

[INFO] BasicSwap with Monero setup and download completed. [INFO] Setup and installation completed. Child process exited with code 0

nahuhh commented 3 months ago

Windows GUI installer hasn't been updated yet. Won't work, sorry

You can follow the Docker instructions (WSL), or the Linux Script Suite in WSL

bsqfees24 commented 2 weeks ago

Same error. When will the windows installer be fixed?