Hello Team, I am very new to Nylas and starting my journey today only. After following the instruction in the quick start email guide. I am stuck in the area of the link provided below - Email API Quickstart: read and send email messages | Nylas Docs
Used Language - Python
The error - ModuleNotFoundError: No module named ‘nylas’. I have done all the previous steps correctly but this code is triggering the error as no module is found. Thanks a lot for your support.
Hello @DEChatteSu2 That’s strange…has you tried with pip instead of pip3?
pip install nylas
Also, are you in a Virtual Environment? If yes, you need to activate before you can use it…