ckmah / bento-tools

A Python toolkit for subcellular analysis of spatial transcriptomics data
https://bento-tools.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
69 stars 6 forks source link

Import Error. #127

Closed zy-fang closed 4 months ago

zy-fang commented 5 months ago

Dear team,

I am trying to import bento, an error occured.

image …]()

Looking forward to hear your thoughts.

ckmah commented 5 months ago

HI @zy-fang , thanks for catching this. The error appears because we used syntax for Python 3.10 that is not backward compatible and you are likely using Python 3.9 or lower. Try running with 3.10 for now, we will refactor this in the next release for Python 3.9 compatibility.

zy-fang commented 5 months ago

Thank you for your reply. It works for me.

ckmah commented 5 months ago

Glad to hear :) Reopening this so we can track fix in next release