beeb / pancaketrade

Limit orders for PancakeSwap
GNU General Public License v3.0
200 stars 91 forks source link

Error at running the bot #37

Closed jaillela closed 3 years ago

jaillela commented 3 years ago

I am having the following problem when I execute the command: poetry run trade Any ideas how to sort this out? Thanks a lot!! Python Version 3.9. Captura de pantalla 2021-10-29 223854

beeb commented 3 years ago

Did you install the dependencies?

jaillela commented 3 years ago

I did install CLICK, LOGORU and TELEGRAM. I did follow the process as explained with no problem on installing poetry or executing the rest of commands Am I missing any other dependencies? Thanks! image image image

jaillela commented 3 years ago

Also, the funny thing is, that when running indiviudally each of the .py codes on IDEL Shell, the only module missing by the terminal is "pancaketrade"

image

beeb commented 3 years ago

You probably didn't read the instructions. This project is using poetry to manage dependencies so you need to run poetry install