How to Solve NameError: name 'Path' is not defined -- unipath

Solution: Import the 'Path' module

# Add the following line to the top of your code
from unipath import Path

 

For more information:
unipath Path