Hey there! I just wanted to let you know that I had to install additional dependencies that were not included in your README file for the ao3_work_ids.py file to run correctly :)
They included:
pip install datetime
pip install argparse
pip install lxml
The last one I had to search for online because I was receiving the bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library? error in my Git Bash terminal.
No biggie, but thought I'd let you know if you would like to update the README!
Mads
Hey there! I just wanted to let you know that I had to install additional dependencies that were not included in your README file for the
ao3_work_ids.py
file to run correctly :)They included:
pip install datetime
pip install argparse
pip install lxml
The last one I had to search for online because I was receiving the
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?
error in my Git Bash terminal.No biggie, but thought I'd let you know if you would like to update the README! Mads