Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I am trying to set up pip on my new machine but keep running into this error:
Davids-MBP-2 Maxon Cinema 4D R26 % c4dpy -m get-pip.py sysctl: No such file or directory
My specs:
Hi @InterfaceGuy I also do have this error, message but I don't think this cause any issue for this purpose.
The -m argument is telling to the c4dpy to execute a module, but in your case you are executing a file. So you should just give the full filepath of this file and this should work.
So the good way to setup pip is to either call c4dpy -m ensurepip or c4dpy {FullPathToGetPip}\get-pip.py
c4dpy -m ensurepip
c4dpy {FullPathToGetPip}\get-pip.py
And take into consideration that in some case pip could fail in S26, as reported in Cinema 4D R23 / macOS - pip install broken we were not able to reproduce, making hard to provide a workaround but we are still on it.
Cheers, Maxime.
Hello @InterfaceGuy,
without any further questions or other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022.
Thank you for your understanding, Ferdinand
Sorry for the late reply, my issue went away after reinstalling C4D so I forgot about it
Thank you for your feedback