Abhishek
Abhishek
**Bug description** When I ran the [examples\write_tutorial.py](https://github.com/geekan/MetaGPT/blob/main/examples/write_tutorial.py) file, there is an error happening in the [document.py](https://github.com/geekan/MetaGPT/blob/main/metagpt/document.py) > from langchain_community.document_loaders.pebblo import PebbloSafeLoader > import pwd > ModuleNotFoundError: No module named 'pwd'...
There is an error showing `ImportError: libcudnn.so.8: cannot open shared object file: No such file or directory` Using conda environment Created environment using the command `conda env create -f environment.yaml`...