Description of the problem: I’m not able to run any of my psychopy experiments on pavlovia. When I tried to synch the project I’m facing:
Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 165, in submitChanges
self.project.getRepo(forceRefresh=True)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 760, in getRepo
.format(repr(self.localRoot), repr(gitRoot)))
AttributeError: The requested local path for project
‘C:/Users/ssukhava/Documents’
sits inside another folder, which git will not permit. You might like to set the project local folder to be
‘C:\Users\ssukhava’
I even tried to change the folder as suggested still no luck. Any help would be appreciated.