If I build through Platform directly I do not get this error
I do not have enough knowledge to trouble shoot this other than to say I stopped using MCT for the same error but a different machine.
platformio run -e LPC1768 ; echo "done" >/var/folders/5h/ycmwkp9d35d5zz35bxflbpq00000gn/T/ipc
s/5h/ycmwkp9d35d5zz35bxflbpq00000gn/T/ipc
Traceback (most recent call last):
File "/usr/local/bin/platformio", line 5, in <module>
from pkg_resources import load_entry_point
File "/Users/Vision/Library/Python/2.7/lib/python/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 2707, in <module>
working_set.require(__requires__)
File "/Users/Vision/Library/Python/2.7/lib/python/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/Users/Vision/Library/Python/2.7/lib/python/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: marshmallow>=2.20.5,<3
Vision@iMac MARLIN_ENDER3 %
Unable to reproduce. Try disabling the PlatformIO extension, then delete all instances of PlatformIO from your system, and then reinstall the PlatformIO extension from VSCode.
If I build through Platform directly I do not get this error I do not have enough knowledge to trouble shoot this other than to say I stopped using MCT for the same error but a different machine.