ZainAchak / DeFi_PanCakeSwapBot

Defi PancakeSwap bot is programmed in Python to buy and sell tokens in seconds once the target is hit.
MIT License
264 stars 174 forks source link

How to run on MacOS #24

Closed janeroseloving closed 2 years ago

janeroseloving commented 2 years ago
python3 DeFiTranscation.py
Traceback (most recent call last):
  File "/Users/meta/Desktop/DeFi_PanCakeSwapBot/DeFiTranscation.py", line 9, in <module>
    import winsound
ModuleNotFoundError: No module named 'winsound'
bcheeves commented 2 years ago

looks like you need to install winsound module using pip

pip3 install winsound

ZainAchak commented 2 years ago

Actually, you have to remove this library as "winsound" won't work on MAC