'how to solve this module not found error ? pynotifier
I can't seem to install this library for some reason .when I tried installing this lib First I got a visual studio 14.0 or greater error. I downloaded VS and now im getting this error .
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
This is the error code I faced in the jupyet notebook .
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-68a18bebc69f> in <module>
6 import csv
7 from datetime import datetime,date,timedelta
----> 8 from pynotifier import Notification
9 import warnings
10 warnings.filterwarnings("ignore")
ModuleNotFoundError: No module named 'pynotifier'
I looked up soo many links. none of them seem to work . how to solve this ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
