holoviz-topics / imagen

ImaGen: Generic Python library for 0D, 1D and 2D pattern distributions
https://imagen.holoviz.org/
BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

python 3.7 support #60

Closed cocoaaa closed 4 years ago

cocoaaa commented 4 years ago

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: image

Is there a plan for supporting python 3.7 with imagen? Thank you!

jbednar commented 4 years ago

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?

cocoaaa commented 4 years ago

Thanks you, it works with pip.

ceball commented 4 years ago

Seems like not an issue (conda packages are covered by #47).