-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello,
I followed your tutorial for modeling landscape connectivity with Biodispersal (https://www.youtube.com/watch?v=yc9IjOSpi6Q)
But when I launch the algorithm "Random start points" on my friction layer and habitat patches, this message appears in the log :
Traceback (most recent call last):
File "C:\Users/utilisateur/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\BioDispersal\algs\circuitscape_algs.py", line 259, in processAlgorithm
fin = open(base_config_file,"rt")
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users/utilisateur/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\BioDispersal\algs\baseConfig.ini'
I tried to uninstall/reinstall the extension on QGIS (v3.28.8), the same message shows up. I installed Circuitscape on Julia (1.9.4), still shows up.
My OS : Windows 10 Pro
Do you know how can I solve this problem ?
Thanks