stjude / punctatools

Detection, colocalization, and quantification of spots / puncta
Other
8 stars 7 forks source link

Installation failed intake_io and bioformats #31

Open hongzhan2015 opened 1 year ago

hongzhan2015 commented 1 year ago

Installation error

Thank you for this fabulous program! I tried to install punctatools on my windows using wls2 ubuntu 22.04, macOs 13 and my GPU machine running Centos 7, all failed during installing intake_io and showed error below:


Using cached aiohttp-3.8.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB) INFO: pip is looking at multiple versions of intake-io to determine which version is compatible with other requirements. This could take a while. ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9 ERROR: Could not find a version that satisfies the requirement bioformats (from intake-io) (from versions: none) ERROR: No matching distribution found for bioformats

hongzhan2015 commented 1 year ago

Dear all,

I was able to use the latest .yml file, by adding channel biochonda and using python 3.8.4, which overcomes my issue.


name: punctatools channels:


Hong

kdong73 commented 1 year ago

Hello,

I am getting the same error as hongzhan2015 got originally. I tried their solution, but got the same error: ERROR: Could not find a version that satisfies the requirement bioformats (from intake-io) (from versions: none) ERROR: No matching distribution found for bioformats

Is there anything else anyone might suggest to fix this?

Thanks

hongzhan2015 commented 12 months ago

Hi there,

Are you using Mac OS using M1/M2 chips? I found it does not work on ARM architecture.

Hong