Open jet3004 opened 9 months ago
I got the same error, and I was able to determine that the version of Marvin that was used when this project was created was an older version then is downloaded from the requirements.txt. It seems a lot of refactoring was done to the Marvin repo since this project was built.
I was able to resolve this issue by reverting the marvin version installed from 2.3.7 to 0.9.0. The import statement causing the error was looking for a package called Bot which would then be used to create the ChatBot in chat.py. This package seems to have been renamed/refactored so its not being recognized anymore.
But it looks like there are even more dependency issues after I resolved this.
Im wondering if this project works anymore honestly. My friend wanted to use this so I was trying to help her, but it might be a lost cause at the moment.
Hi! You're right, the project is quite outdated. I haven't had a chance to update everything, and since things change so quickly, it's fallen behind. I'm planning to work on a new version and should have an update ready in the next couple of weeks.
Hi, your project is exactly what I am looking for for a project but running into this issue above... Any idea? Does this project still/even use Marvin? I thought it used OpenAI API for text but maybe that's something else? Have tried fiddling around but reached my knowledge limitation and thought I'd ask -- thanks!