generatebio / chroma

A generative model for programmable protein design
Apache License 2.0
696 stars 90 forks source link

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

Closed nickyoungforu closed 1 year ago

nickyoungforu commented 1 year 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 1 year 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 1 year ago

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