-
Beta Was this translation helpful? Give feedback.
Answered by
damskrey
Feb 27, 2026
Replies: 1 comment 2 replies
-
|
How did you set the env variable? Run this within the QGIS Python console. If it does not print out anything, that means you env viriable is not set properly import os
print(os.environ.get("GEOAI_CACHE_DIR")) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


thanks, it turns out the problem isnt with env location, but i need to install microsoft visual c++ redistributables first