Open Tripsette opened 1 year ago
Seems like that is something wrong with chromadb rather than pypika as it is happening in their codebase. Have you raised an issue with that project?
I shall head over there and do that, thank you! AI chatbots directed me to post here first, but I suppose it makes more sense to check over there, since the errors are coming from chromadb modules.
Working in a python 3.11.5 venv, environment variables appear correct, I've been slowly pushing through one pypika error after another attempting to use PrivateGPT's sentence-transformers. The most recent issue (not finding dialects module) was fixed by manually cloning the main repo, changing into directory, and pip install -e . to manually install pypika over itself (after having tried to uninstall and reinstall and upgrade with pip dozens of times failed to get dialects module recognized.) Current Error, "Module 'pypika' has no attribute 'Query'" (I've very freshly reinstalled windows, uninstalled/reinstalled conda/python/everything else, it shouldn't be one of the main "have you tried this?" that openai chatgpt or bingchat suggests. I'm not a developer, and barely understand what I'm doing in anything later than Basic, C, C++, HTML, or very very early Java, I've been out of the programming game for decades.)