ImportError: cannot import name 'api' from 'chroma'
nickyoungforu opened this issue · 2 comments
nickyoungforu commented
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
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
closed this due to inactivity, but feel free to reopen with more system details.