FigmaChain
FigmaChain copied to clipboard
issue with chromadb
when I give python generateCode.py it throws this error NameError: name 'chromadb' is not defined . First time it threw module not found error, after I installed it using pip it started throwing this new error NameError. Someone please help me in fixing this.
Thanks in advance :).
Traceback (most recent call last):
File "generateCode.py", line 27, in pip install chromadb
.
how to solve it ???
Try pip install chromadb==0.3.29
.