Psychopy Update Error Code

I am trying to update my Psychopy to the latest version and I am getting two continuous errors:

  1. Psychopy will not connect to the internet for the update.
  2. I receive the following code error after trying to connect to the internet:

Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app_psychopyApp.py”, line 669, in openUpdater
dlg = connections.InstallUpdateDialog(parent=None, ID=-1, app=self)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\connections\updates.py”, line 332, in init
self.updateStatus()
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\connections\updates.py”, line 348, in updateStatus
elif (parse_version(self.latest[‘version’])
TypeError: ‘NoneType’ object is not subscriptable

I have also tried to download the zip file and manually update, and it doesn’t allow me to do that.
Please help, thank you!