Community
FBX Forum
Welcome to Autodesk’s FBX Forums. Share your knowledge, ask questions, and explore popular FBX topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No module named 'fbx'

2 REPLIES 2
Reply
Message 1 of 3
TonyF6428
2105 Views, 2 Replies

No module named 'fbx'

TonyF6428
Explorer
Explorer

I have installed the FBX Python Bindings 2020.2.1 and the FBX Python SDK 2020.2.1.
I'm using PyCharm 2021.2, python 3.7 x64
I have copied files from C:\Program Files\Autodesk\FBX\FBX Python SDK\2020.2.1\lib\Python37_x64 to D:\MyProject\venv\Lib\site-packages, this resolve the undefined fbx module inside PyCharm but once I run my script I still get the "ModuleNotFoundError: No module named 'fbx'" error

What am I missing?

0 Likes

No module named 'fbx'

I have installed the FBX Python Bindings 2020.2.1 and the FBX Python SDK 2020.2.1.
I'm using PyCharm 2021.2, python 3.7 x64
I have copied files from C:\Program Files\Autodesk\FBX\FBX Python SDK\2020.2.1\lib\Python37_x64 to D:\MyProject\venv\Lib\site-packages, this resolve the undefined fbx module inside PyCharm but once I run my script I still get the "ModuleNotFoundError: No module named 'fbx'" error

What am I missing?

Labels (3)
2 REPLIES 2
Message 2 of 3
regalir
in reply to: TonyF6428

regalir
Autodesk
Autodesk

This is strange! I just tried to do the same thing using the PyCharm I have installed on my Windows machine:

 

PyCharm 2019.1.3 (Community Edition)
Build #PC-191.7479.30, built on May 29, 2019
JRE: 11.0.2+9-b159.60 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0

 

and I ran the ExportScene01.py without any problem. First question: are you using Python 3.7.6. This is the version the fbx.pyd have been built against (I suppose that a more recent 3.7 would work too - maybe not too recent?). If it is indeed the Python version "incompatibility", the alternative is that you download the FBX Python bindings sources and compile them for your interpreter.

 

Cheers!

0 Likes

This is strange! I just tried to do the same thing using the PyCharm I have installed on my Windows machine:

 

PyCharm 2019.1.3 (Community Edition)
Build #PC-191.7479.30, built on May 29, 2019
JRE: 11.0.2+9-b159.60 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0

 

and I ran the ExportScene01.py without any problem. First question: are you using Python 3.7.6. This is the version the fbx.pyd have been built against (I suppose that a more recent 3.7 would work too - maybe not too recent?). If it is indeed the Python version "incompatibility", the alternative is that you download the FBX Python bindings sources and compile them for your interpreter.

 

Cheers!

Message 3 of 3
marckleser81
in reply to: TonyF6428

marckleser81
Community Visitor
Community Visitor

I have also installed the FBX Python Bindings 2020.2.1 and  the FBX Python SDK 2020.2.1. I can't see any problems.

0 Likes

I have also installed the FBX Python Bindings 2020.2.1 and  the FBX Python SDK 2020.2.1. I can't see any problems.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report