I am following along with there YouTube tutorials. I am at importing libraries chapter 2.8. Every time I try to down load the library “micropython servo” a error pops up that says.
(install --progress-bar off micropython-servo problem in the back-end: exception while handling ‘install_distributions’ (assertionsErrer). see thonny’s backend.log for more info. you may need to press “stop/restart” or hard-reset your
process ended with exit code 1.
after I close out of that tab another one pops up that says this.
Traceback (most recent call last):
File “C:\Users\austi\AppData\Local\Programs\Thonny\lib\tkinter_init_.py”, line 1921, in call
return self.func(*args)
File “C:\Users\austi\AppData\Local\Programs\Thonny\lib\site-packages\thonny\plugins\pip_gui.py”, line 331, in _on_install_click
self._perform_pip_action(“install”)
File “C:\Users\austi\AppData\Local\Programs\Thonny\lib\site-packages\thonny\plugins\pip_gui.py”, line 772, in _perform_pip_action
if self._has_remote_target():
File “C:\Users\austi\AppData\Local\Programs\Thonny\lib\site-packages\thonny\plugins\pip_gui.py”, line 1006, in _has_remote_target
return get_runner().get_backend_proxy().supports_remote_files()
AttributeError: ‘NoneType’ object has no attribute ‘supports_remote_files’