Replies: 2 comments 15 replies
-
It looks like there's a missing dependency -- what command did you use to run the test? |
Beta Was this translation helpful? Give feedback.
0 replies
-
>>>> Mouse Reeve ***@***.***>:
It looks like there's a missing dependency -- what command did you use to run the test?
I have tried two:
pytest
and
python -m pytest
Both give the same error messages.
This is on a debian stable with some python dependencies installed with
apt and some (not found as debian packages), installed with pip3 run as
root.
I have used apt or pip3 to fill a lot of missing dependencies warnings.
|
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't have goodreads account to export bookshelves from.
Therefore I am writing this project https://github.com/steinarb/bokbase which is a simple book database that creates goodreads.csv files that can be imported into bookwyrm.
Unfortunately the import of CSV files produced by bokbase into bookwyrm fails.
So then my idea was to replace the goodreads.csv in bookwyrm/bookwyrm/test/data/ with my own file, and use that to create the correct format for bookwyrm.
Unfortunately running the test is hard. After installing all dependencies required for the tests, I still get the following error:
Any ideas what I need to do to be able to run "pytest" without errors?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions