geeks-of-data / knowledge-gpt

Extract knowledge from all information sources using gpt and other language models. Index and make Q&A session with information sources.
https://pypi.org/project/knowledgegpt/
MIT License
276 stars 52 forks source link

Installation Error No module named 'knowledgegpt' #52

Closed 0xCakin closed 1 year ago

0xCakin commented 1 year ago

I followed the instructions provided but still got an error. I downloaded spacy from here. See attached.

image

I re-run install . and got the error below.

image

eren23 commented 1 year ago

Hey @canerakin111 is this appearing when you install via pip install knowledgegpt or after cloning pip install . Asking it because PyPI version is older and this information will help us to narrow down the target.

0xCakin commented 1 year ago

@eren23 I've just realized that I did a typo mistake when I tried pip install knowledgpt and jumped to clone repo installation. Now works, feel free to close the issue.

For future reference, here are my steps:

  1. Pip install with type mistake - thought that installation failed.
  2. Clone the repo
  3. cd to the folder
  4. run pip install . and got an error with the dependencies.
  5. Try to install dependencies python3 -m spacy download en_core_web_sm got error.

My cmd history is attached. cmdReport.txt

eren23 commented 1 year ago

Sounds great, and thanks a lot for sharing the issue in such detail, it'll help us a lot when hunting bugs down :) Have a nice time trying knowledgegpt out.

A quicknote, a newer version of the library might got released later today on PyPI, if any of the features that are available in repo is not yet available for you, you can tune in for that release too.