CustomScrews
CustomScrews copied to clipboard
Error: ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
Im getting an error today running the addin. Just did Fusion latest update today also.
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
Manageed to resolved by manually installing
C:\Users\%USERNAME%\AppData\Roaming\Autodesk\Autodesk Fusion 360\API\AddIns\CustomScrews> pip install urllib3 -t ./modules/ --upgrade
/modules/
Restarted Fusion and all is well.