Importing GeoViews requires sudo or Admin privileges

I noticed recently while developing that when running import geoviews as gv or attempting any geographical plot, I would be met with a PermissionError. I had installed my packages into my conda environment while running my terminal as an Admin (via Windows), however noticed when running as a regular user I was met with the error above. Note, it still works fine when running as an admin, however I want to know if there is a way to correct this error?

To be honest. I would make a new conda environment (or even conda install) that does not need admin permission. This seems like a security risk running Python in admin mode.