EmbedAI
EmbedAI copied to clipboard
Doesn't run on non-windows
Would specify in the requirements that this only works on windows. pywin doesn't work on other OS.
Can you try removing that requirement and run. It should work
Confirmed @Anil-matcha's suggestion does indeed fix the error I was recieving as well:
ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: none)
ERROR: No matching distribution found for pywin32==306
Open ./server/requirements.txt and remove line 97: pywin32==306.
@3chospirits Closing the issue as has been fixed by https://github.com/SamurAIGPT/privateGPT/pull/17