Python Errors in Windows
So I took a Data Science bootcamp and as the only PC in the room, I found myself figuring out some issues on my own. Figured I’d document them in case others run into the same issues:
“ImportError: DLL load failed: The specified module could not be found”
Having trouble with seaborn and plotting graphs.
Solution:
- Download & Install Microsoft Visual Basic
- Install seaborn via Conda
- If you’re using Jupyter, make sure it is not running before doing the installations.
Error with Textblob
Couldn’t get textblob to run
Solution: Do a normal install, “import nltk”, then run nltk.download(). This opens up a GUI installer.
I’ll continue to add more as they pop up.