mottosso / docker-maya

Dockerfile for Maya
MIT License
135 stars 16 forks source link

Maya2022 - using python3.7 I cannot install extra packages #15

Closed annovi closed 10 months ago

annovi commented 10 months ago

I get this error:

[root@874f18075542 bhava]# pip3.7 -v
bash: /usr/autodesk/maya//bin/pip3.7: /home/S/projects/cpython/3.7.7/install/cpython/3.7.7/RelWithDebInfo/bin/python: bad interpreter: No such file or directory
pip3.7 install omegaconfig
bash: /usr/autodesk/maya//bin/pip3.7: /home/S/projects/cpython/3.7.7/install/cpython/3.7.7/RelWithDebInfo/bin/python: bad interpreter: No such file or directory
mottosso commented 10 months ago

Try mayapy -m pip install

annovi commented 10 months ago

Thank you, this solve my problem.