-
Notifications
You must be signed in to change notification settings - Fork 5
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
db_create() / Error reading from the connection #20
Comments
You need to be more specific about what code you ran, and the context of the error. Both on Windows and Ubuntu. From your error message above it is impossible to guess what went wrong. Did you install the latest version of restez? |
Yes, I have the latest version of restez. `
Stack trace: Process 11096:
x callr subprocess failed: input string 1 is invalid UTF-8 Process 11636: x input string 1 is invalid UTF-8 and these are on Ubuntu: `
Stack trace: Process 13829:
x callr subprocess failed: error reading from the connection Process 22214: x error reading from the connection |
This comment was marked as outdated.
This comment was marked as outdated.
I am the new maintainer. The OP didn't mention it, but it looks like they selected 'Invertebrate' to download (as of GenBank release 250, this is 715 files and 62.6 GB in compressed, downloaded files). I will try running the code with the current version of restez, but the download is quite large so it may take some time. |
Hello again.
I am trying to run the restez package. I tried that on Windows10 but I got UTF-8 errors, so I installed a different OS, Ubuntu specifically, via Vitrual Box. But now an other error occured.
I am trying to download the invertebrate data, and after making the connection and running the db_create command I get the error:
Error in readLines(con = connection) : error reading from the connection In addition: Warning message: In readLines(con = connection) : invalid or incomplete compressed data Error: callr subprocess failed: error reading from the connection
Do you have any ideas?
Thank you!
The text was updated successfully, but these errors were encountered: