-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script python error #6
Comments
This error occurs when you're trying to access or use a module that cannot be found, which means it's probably not installed on your computer. Try typing 'pip install adsk' in your terminal first. Also, make sure you don't misspell the name of the module when installing. I hope this helps. |
Thanks for the suggestion, this issue has been resolved. Failed: |
You have a C:\ then most of the rest are /, then more , that's probably the issue. |
Hi, have you solve it? I've the same problem |
Hi, great project but I get this error:
C:\Users\titan\Downloads\diy-spacemouse-main\diy-spacemouse-main\Code\Fusion360 Add-in\Send Home>SendHome.py
Traceback (most recent call last):
File "C:\Users\titan\Downloads\diy-spacemouse-main\diy-spacemouse-main\Code\Fusion360 Add-in\Send Home\SendHome.py", line 1, in
import adsk.core, adsk.fusion, adsk.cam, traceback
ModuleNotFoundError: No module named 'adsk'
How can I solve this problem?
Thanks!
The text was updated successfully, but these errors were encountered: