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?
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?
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!
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!
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.
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.