No module named 'adsk'

Not applicable
07-16-2020
10:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi There!!!
I'm trying to use Python with visual studio, but I get I get the error:
ModuleNotFoundError: No module named 'adsk'
I tested the troubleshooting mention here:
Python cannot import Adsk.core module
import sys
sys.path.append("C:/Users/xx/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/Python/defs")
import adsk.core, adsk.fusion, adsk.cam, traceback
But I just keep getting the same error.
Looking forward for your advice,
Thanks