freeCodeCamp/CurriculumExpansion

Neural Network SMS Text Classifier (Certification Project)

Closed this issue · 3 comments

Create project from the Python machine learning certification.

I am getting the following error when trying to run the imports in the first cell:
Screen Shot 2020-02-11 at 5 12 37 PM

@rahls77 If you run the solution code, do you get errors on any of the other cells?

When I looked at your screen, it looks like a few of those errors are fixed in the lines after the errors. For instance, one of the errors shown is that "you'll have gast 0.3.3 which is incompatible". If you look a few more lines down it shows that a possible incorrect version of gast is uninstalled and a correct version of gast is installed. So if the rest of the cells in the solution code run fine, I don't think you have to worry about those errors.

Hey, I ran everything and it does seem to work. Was just a little off-putting to see those error messages. Sorry for the false alarm.