- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey! I'm trying to use a plugin that's dependent on numpy. I'm doing so through pip, so that I can install other dependencies should any come up later.
I opened Windows Terminal and ran
pip install numpy
which successfully installed numpy, but it looks like I need to install numpy specifically for mayapy.exe.
I followed this forum post and downloaded get-pip.py from here. However, when I try running get-pip.py in mayapy.exe as administrator, I get the following error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'get' is not defined
get-pip.py is in the same directory as mayapy.exe.
I also tried dragging get-pip.py into mayapy.exe. A terminal window briefly opened, and I was able to screenshot it:
If I'm not mistaken, it looks like pip is already installed, but the directory that it's installed in isn't on mayapy.exe's PATH. How can I add it?
Solved! Go to Solution.