CustomScrews icon indicating copy to clipboard operation
CustomScrews copied to clipboard

Error: ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

Open FoldZero opened this issue 5 months ago • 0 comments

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/ image

Restarted Fusion and all is well.

FoldZero avatar Sep 18 '24 18:09 FoldZero