uoip / pangolin

Python binding of 3D visualization library Pangolin
MIT License
285 stars 90 forks source link

Correct the "install_dir" variable name #46

Open shivakumar-tekumatla opened 1 year ago

shivakumar-tekumatla commented 1 year ago

Seems like the "install_dir" variable is called as "install_dirs" in the assert and the next print. I was getting an error while trying to install this module. After debugging, found these two corrections. Now able to install the module without a problem