Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paperscraper doesn't exsists #41

Open
ashebensaadon opened this issue Aug 16, 2024 · 0 comments
Open

paperscraper doesn't exsists #41

ashebensaadon opened this issue Aug 16, 2024 · 0 comments

Comments

@ashebensaadon
Copy link

ashebensaadon commented Aug 16, 2024

I encountered an error while running the code provided for the ChemCrow model. The error message suggests that the "paperscraper" module is missing. Upon checking the setup file, I noticed that this module was commented out. Do you have any recommendations on how to address this issue?

My code:

chem_model = ChemCrow(model="gpt-4-0613", temp=0.1, streaming=False)
chem_model.run("What is the molecular weight of tylenol?")

When running the code above I get this error:

Traceback (most recent call last):
File "/home/runner/ChenCrow/main.py", line 1, in
from chemcrow.agents import ChemCrow
File "/home/runner/ChenCrow/.pythonlibs/lib/python3.10/site-packages/chemcrow/init.py", line 1, in
from .tools.rdkit import *
File "/home/runner/ChenCrow/.pythonlibs/lib/python3.10/site-packages/chemcrow/tools/init.py", line 4, in
from .search import * # noqa
File "/home/runner/ChenCrow/.pythonlibs/lib/python3.10/site-packages/chemcrow/tools/search.py", line 7, in
import paperscraper
ModuleNotFoundError: No module named 'paperscraper'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant