-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
health: scrapydweb fails to launch, seems to require newer version #647
Comments
Hi @pdurbin, just saw this issue. You said you forced the installation from the source (at 8de7ede6fe317e3ef1688572c5a0e8112cc3232f it seems the version is 1.5.0), yet from your pip freeze the installed version is still Thanks! |
@marcenacp - This will likely fix it. I suspect another package in the list has a Just tested on a fresh conda env and the resulting version is |
I tried this but
It seems to be in a loop. 🤔 And sorry for my confusing message above. I was trying to show before and after. The long |
As I first reported at #530 (comment) I tried to follow the README under /heath but scrapydweb failed to launch. err.txt is the full error but some highlights include:
RuntimeError: Working outside of application context.
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: metadata
(Background on this error at: https://sqlalche.me/e/20/e3q8)
@JR-1991 let me know he's getting the same error, which he believes is related to this issue:
He said, "Scrapydweb is 1.5.0 on PyPI but coming from the requirements.txt it installs 1.4.0. I guess due to other dependencies using it already."
He suggested installing the dev version like this and it worked for me:
python -m pip install git+https://github.com/my8100/scrapydweb.git
Here's my the output from
pip freeze
on my machine before I installed the dev version:This is the version of scrapydweb I'm using now:
The text was updated successfully, but these errors were encountered: