Replies: 4 comments 4 replies
-
This project isn't responsible for whatever goes on inside pip. I'm not sure who maintains that. |
Beta Was this translation helpful? Give feedback.
-
@lgritz , Speaking of a pip-installable openimageio...would you all do one? This would make the usage of openimageio for python projects expand a lot. Then it would make the time you all have spent with the python api a lot more worthwhile. :) There seems to already be a project that did create pip wheels via Azure DevOps, but the author seems to not be interested in continuing to update for recent versions of oiio: Github Repository There also seemed to be some concerns about the fact that that project wasn't "official" so it would need oiio developer support/agreement to put it on PyPI anyway. I've forked it and tried to get it working but been having problems on the Azure DevOps end.... Oops...sorry if this isn't the place to put this... |
Beta Was this translation helpful? Give feedback.
-
@lgritz Just checking in on this, OIIO doesn't have a pip-installable package yet right? |
Beta Was this translation helpful? Give feedback.
-
Correct, @BryceGattis, sorry. I believe people are working on it, but I'm not sure exactly how close they are. |
Beta Was this translation helpful? Give feedback.
-
On macOS 10.15.7
pip3 --version
pip 20.3.3 from /Volumes/medvedev/Users/arman/opt/anaconda3/envs/py39-demo/lib/python3.9/site-packages/pip (python 3.9)
pip3 install openimageio
ERROR: Could not find a version that satisfies the requirement openimageio
ERROR: No matching distribution found for openimageio
Beta Was this translation helpful? Give feedback.
All reactions