Upsetin / noss-mint-script

noss auto mint scirpt.
49 stars 20 forks source link

this module not found? #3

Open danniswaller opened 7 months ago

danniswaller commented 7 months ago

File "C:\Users\Administrator\Desktop\noss-mint-script-main\noss_auto_sign.py", line 8, in import bech32 ModuleNotFoundError: No module named 'bech32'

loveyt99 commented 7 months ago

pip install bech32 or pip install --use-pep517 -r requirements.txt

danniswaller commented 7 months ago

i used pip install --use-pep517 -r requirements.txt ,

Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [1 lines of output] 'pkg-config' is required to install this package. Please see the README for details. [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

Upsetin commented 7 months ago

https://blog.csdn.net/LuckyHanMo/article/details/125471360

Upsetin commented 7 months ago

you can use new script before reading README.