generatebio / chroma

A generative model for programmable protein design
Apache License 2.0
627 stars 74 forks source link

ImportError: cannot import name 'api' from 'chroma' #6

Closed nickyoungforu closed 7 months ago

nickyoungforu commented 7 months ago

running: from chroma import api api.register_key("xxx")

ImportError: cannot import name 'api' from 'chroma' (/opt/conda/envs/python37/lib/python3.7/site-packages/chroma/init.py)

wujiewang commented 7 months ago

I just tested the installation, it should be working.

Can you check /opt/conda/envs/python37/lib/python3.7/site-packages/chroma/ to see if you installed chroma properly?

wujiewang commented 7 months ago

closed this due to inactivity, but feel free to reopen with more system details.