You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting this after pip install
Could you provide a requirements.txt per your pip freeze? Appreciate it
import chemcrow
Traceback (most recent call last):
File "", line 1, in
File "..../chemcrow-public-main/chemcrow/init.py", line 1, in
from .tools.rdkit import *
File ".../chemcrow-public-main/chemcrow/tools/init.py", line 3, in
from .rdkit import * # noqa
^^^^^^^^^^^^^^^^^^^^
File ".../chemcrow-public-main/chemcrow/tools/rdkit.py", line 1, in
from langchain.tools import BaseTool
ModuleNotFoundError: No module named 'langchain'
The text was updated successfully, but these errors were encountered:
getting this after pip install
Could you provide a requirements.txt per your pip freeze? Appreciate it
The text was updated successfully, but these errors were encountered: