I'm trying to install dbfread in Python to read a database in Visual Foxpro, but when I import in my code I get this error below any suggestions why?
File "C:\Python37-32\pr_import.py", line 6, in from dbfread import DBF ModuleNotFoundError: No module named 'dbfread'
from dbfread import DBF