luno / luno-python

Python SDK for the Luno API
MIT License
62 stars 35 forks source link

Luno trading bot #44

Open gertwillemse opened 2 years ago

gertwillemse commented 2 years ago

C:\Users\gwill\PycharmProjects\pythonProject2\luno\venv\Scripts\python.exe C:/Users/gwill/luno.py Traceback (most recent call last): File "C:\Users\gwill\luno.py", line 2, in from luno_python.client import Client ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'luno_python'

Process finished with exit code 1

Anyone that can assist in what I am doing wrong?

jonathanelscpt commented 2 years ago

You haven't installed the package, or it's not installed in your current working environment. Check install instructions in Readme, install with pip.

On Mon, 30 May 2022, 16:51 gertwillemse, @.***> wrote:

C:\Users\gwill\PycharmProjects\pythonProject2\luno\venv\Scripts\python.exe C:/Users/gwill/luno.py Traceback (most recent call last): File "C:\Users\gwill\luno.py", line 2, in from luno_python.client import Client ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'luno_python'

Process finished with exit code 1

Anyone that can assist in what I am doing wrong?

— Reply to this email directly, view it on GitHub https://github.com/luno/luno-python/issues/44#issuecomment-1141244854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFA3DIERX2E47VDNEB2EU2DVMTIVZANCNFSM5XK2ORQA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

echarrod commented 1 year ago

Hi @gertwillemse, are you still having issues with this?