You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'd like to use imagen library with python 3.7, but it seems like it currently supports python 2.7, 3.5 and 3.6. conda install -c ioam imagen fails with the following error message:
Is there a plan for supporting python 3.7 with imagen? Thank you!
The text was updated successfully, but these errors were encountered:
Imagen should already support 3.7, according to its setup.py, but it looks like we haven't provided any conda packages for it. Seems like it should have been noarch conda packages to avoid this issue, but I'm not sure how to make that change. In the meantime, can you try installing it using pip?
Hi, I'd like to use
imagen
library with python 3.7, but it seems like it currently supports python 2.7, 3.5 and 3.6.conda install -c ioam imagen
fails with the following error message:Is there a plan for supporting python 3.7 with
imagen
? Thank you!The text was updated successfully, but these errors were encountered: