PyCoreImage

I find the prototyping tools described in session 719 of WWDC 2018 really interesting and useful. However, I don't know how to install the pycoreimage module. I have checked pip, downloaded the latest version of PyObjC and the latest beta of Xcode 10 and can't find the module anywhere. Is there a public download location or repository I can use?


Thank you!

Post not yet marked as solved Up vote post of pcuenca Down vote post of pcuenca
4.6k views

Replies

I am also very interested in this PyCoreImage module. Does it maybe come with mojave...?

I didnt managed to install the beta it yet.

It is very strange, this link used to work, but now it does not have any content. Is it moved to somewhere else ?

Sorry for the delay,


https://github.com/yarshure/CoreImagePython


Download that project. Go to its directory in terminal and run 'python setup.py --user'

With Python 3.6.4 and pip 18.1

'python setup.py --user' did not work. What DID work was: 'python setup.py install'

The show() function is not working. I'm gettin this message from the compiler

name 'show' is not defined


I guess there is a module I'm not importing.


Can anybody give me a clue of how to proceed?

Thanks

I would also like to know where the package can be found. Apple made a seemingly really helpful binding for Python, showed it off in a WWDC session but then doesn't release it and we have to rely on a private github-project? Come on...

Submitted feedback with the number FB7469732, if anyone wants to join.

Post not yet marked as solved Up vote reply of hvp Down vote reply of hvp