beeb / pancaketrade

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

No Module Named Pancakemodule error #35

Closed noctherion closed 2 years ago

noctherion commented 2 years ago

Hello,

When i tried to run 'poetry run trade' i am getting the following error:

ModuleNotFoundError: No module named 'pancaketrade'

image

beeb commented 2 years ago

Did you read the readme?

noctherion commented 2 years ago

Yes, i set up according to readme file.

beeb commented 2 years ago

I see your prompt is in the pancaketrade subfolder where the source code resides. This is not where the poetry command should be run. You should be in the same folder where the pyproject.toml file is.