Skip to content
Aton L edited this page Apr 12, 2024 · 3 revisions

Welcome to the maya_python_packages wiki!

For latest version of maya , installing packagage like numpy and scipy is now much easier and faster.

open an elevated command prompt. Search for CMD and right click run as admin

cd C:\Program Files\Autodesk\Maya2023\bin

that should stick you inside that folder.

mayapy -m pip install numpy

should install the latest version of numpy ! No need for manual copy of compiled files anymore.

Clone this wiki locally