Skip to content
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

tarfile.ReadError #76

Closed
rflameiro opened this issue Aug 24, 2022 · 3 comments
Closed

tarfile.ReadError #76

rflameiro opened this issue Aug 24, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@rflameiro
Copy link

I have installed delfta with conda install delfta -c delfta -c pytorch -c rusty1s -c conda-forge on a WSL Ubuntu 20.04
Now I'm trying to execute the "First Run" commands, but both
python -c "import runpy; _ = runpy.run_module('delfta.download', run_name='__main__')" and

from delfta.download import _download_required
_download_required()

throw tarfile.ReadError: file could not be opened successfully
The file in question is under home/user/miniconda3/envs/delfta/lib/python3.8/tarfile.py

@josejimenezluna
Copy link
Owner

@cisert could you check that the download links are still up? libdrive has changed links for another project of mine

@josejimenezluna josejimenezluna added the bug Something isn't working label Aug 24, 2022
@josejimenezluna
Copy link
Owner

Hi @rflameiro, the download server was undergoing some maintenance yesterday. I tried to run the "first run" commands this morning with no issues.

Let us know if you're still encountering problems.

@rflameiro
Copy link
Author

Thank you for the prompt reply! I must inform you that the "runpy" command is still showing the same error to me (I even created a new env to check), but the second way worked fine, and I was able to use delfta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants