Re: [Maya-Python] Desperately trying to run matplotlib

2021-09-18 Thread vince touache
awesome, thank you so much for the tip AK Eric!! I didn't know, that is such a gamechanger! cheers Le samedi 18 septembre 2021 à 14:32:28 UTC-4, AK Eric a écrit : > FWIW, I've always had trouble using pip to install python packages in > Python 2.7. I'm now on 2022 / Python 3.7 now, and

Re: [Maya-Python] Desperately trying to run matplotlib

2021-09-18 Thread AK Eric
FWIW, I've always had trouble using pip to install python packages in Python 2.7. I'm now on 2022 / Python 3.7 now, and installing packages via pip amazingly, 'just works'. I can install matplotlib, numpy, scipy, pandas, tensorflow, etc, all just via pip. Run shell as admin and: >

Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-24 Thread justin hidair
Re, unfortunately those env variables are not discarding vs2008 tried as admin, tried to restart , tried powershell as well it's as if nothing happened at all, quite frustrating honestly > I don't have much experience compiling on windows so maybe a windows user will recognize the fix. man

Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-24 Thread justin hidair
thank you guys going to try all the suggestions but wouldn't it make sense to have the same MSVC version as the one they built their python with ? [image: cmd_uw6R7GsUGh.png] this is visual studio 2015 here not 2017, so ??? but yeah let's go on with the rest of the suggestions first On

Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-24 Thread Justin Israel
On Tue, 25 May 2021, 5:41 am justin hidair, wrote: > here's the best I managed > https://gist.github.com/yetigit/c2f55bdb8b1798b2936687567f9c6c1e Looks like maybe the wrong Visual Studio C++ compiler for Maya 2020? In addition to C++being difficult to build, combining that with Maya on

Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-24 Thread Marcus Ottosson
Here we go, lots of clues. c:\users\pf02\appdata\local\temp\pip-req-build-jo5j0f>call “C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\SetEnv.Cmd” /Release /x64 /xp The system cannot find the path specified. Problem number 1, you’ll need Visual Studio. Not only that, you need the version of

Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-24 Thread justin hidair
here's the best I managed https://gist.github.com/yetigit/c2f55bdb8b1798b2936687567f9c6c1e On Monday, May 24, 2021 at 1:59:52 PM UTC+2 Marcus Ottosson wrote: > Could you post some of those error messages? Maybe someone here recognises > and could help resolve those. > > I don’t think there’s a

Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-24 Thread Marcus Ottosson
Could you post some of those error messages? Maybe someone here recognises and could help resolve those. I don’t think there’s a silver bullet, each library build has its quirks and challenges despite the community trying to adhere to standards there are like massive disparities on how easy it is

Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-24 Thread justin hidair
re, yes forgot to mention my attempts at compiling it were made with mayapy.exe, still failed with opaque error messages I don't think there's a silver bullet, each library build has its quirks and challenges despite the community trying to adhere to standards there are like massive disparities

Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-24 Thread Marcus Ottosson
This topic is so common it really needs to be highlighted somewhere. Maybe as a new Maya splash screen? xD [image: notcompatible] The problem though is that many packages *are* compatible, it’s only the compiled packages that are not. So it’s understandable that it keeps getting confused. Can

Re: [Maya-Python] Desperately trying to run matplotlib

2021-05-23 Thread Alok Gandhi
I think the only this would work is to compile it against the maya version you are using, unless there is some existing pre-built binaries that I am not aware of. Another approach, though very convoluted, would be to first create a system level command (one that you can run outside maya from any

[Maya-Python] Desperately trying to run matplotlib

2021-05-23 Thread justin hidair
Hello here fellas, sorry for the form I'm on mobile I've been trying everything to run matplotlib from maya (2020 win x64) that include installing it from mayapy.exe -m pip , downloading third-party packages and other older versions ;I even tried to compile it although failing countless times