nmcassa/letterboxdpy

FeatureNotFoundError when running code despite bs4 and lxml being installed

Closed this issue · 3 comments

Hey!
Firstly i'd like to sat that this seems to be a great project but I am getting an FeatureNotFoundError while trying to run the code
Screenshot 2024-01-23 at 20 04 17

I have installed bs4 and lxml
Screenshot 2024-01-23 at 20 06 10
Screenshot 2024-01-23 at 20 06 33

It would be a great if you could help me with this!!

Hey, I haven't run into this problem. This is all I can find: https://stackoverflow.com/questions/24398302/bs4-featurenotfound-couldnt-find-a-tree-builder-with-the-features-you-requeste

Hopefully that helps.

Hey! According to the stackerflow answers it could be an version error in python which doesn't seem to be the case as I have created a new venv using conda (with python 3.10)
Screenshot 2024-01-23 at 20 28 51
I have pip installed lxml as well yet the error persists

Did you solve the problem? @NilayGaitonde