Giter VIP home page Giter VIP logo

deepworks's People

Contributors

prodramp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deepworks's Issues

ValueError: unstructured package not found, ModuleNotFoundError: No module named 'unstructured'

Team,

I have followed and install packages available in the project.

openai==0.27.2
chromadb==0.3.26
langchain==0.0.208
tiktoken==0.4.0

While running main.py code , facing an error.

ModuleNotFoundError: No module named 'unstructured'

I have tried to install unstructured thru pip, not successful many other package version dependencies.

Please let me know if any other details.

Error Log :


(prodramp) C:\Users\user1>python C:\prodramp\main.py
Traceback (most recent call last):
File "C:\Users\user1\anaconda3\envs\prodramp\lib\site-packages\langchain\document_loaders\url.py", line 23, in init
import unstructured # noqa:F401
ModuleNotFoundError: No module named 'unstructured'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\prodramp\main.py", line 21, in
loader = UnstructuredURLLoader(urls=h2o_ai_wave_urls)
File "C:\Users\user1\anaconda3\envs\prodramp\lib\site-packages\langchain\document_loaders\url.py", line 28, in init
raise ValueError(
ValueError: unstructured package not found, please install it with pip install unstructured

I have ran the this thru pycharm IDE, found same issue as well.
ModuleNotFoundError: No module named 'unstructured'
ValueError: unstructured package not found, please install it with pip install unstructured

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.