chuckablack / python-52-weeks

repository for teaching python
MIT License
107 stars 76 forks source link

tabulate module is not found #2

Closed djones05 closed 3 years ago

djones05 commented 3 years ago

Hi Chuck,

Thank you for the wonderful training. You are a very good tutor. Your tutorial is very clear and concise.

By the way, I have downloaded this code python-52-weeks to be used for Week 4. Unfortunately for l_02_devices.py python file under m01_basics folder, it fails to run because the IDE said that the tabulate module is not found.

Can you assist on this?

Thank you so much!

djones05 commented 3 years ago

Hi Chuck,

Got it all working now. I just need to install the external library tabulate to the VM by the command below.

$sudo pip3 install tabulate

Thank you so much!