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

No support for .conda files #66

Open
183amir opened this issue Oct 28, 2020 · 1 comment
Open

No support for .conda files #66

183amir opened this issue Oct 28, 2020 · 1 comment

Comments

@183amir
Copy link

183amir commented Oct 28, 2020

conda press does not seem to support the new version of conda-build packages .conda files and fails with:

Traceback (most recent call last):
  File "/home/amir/miniconda/bin/conda-press", line 4, in <module>
    main()
  File "/home/amir/miniconda/lib/python3.6/site-packages/conda_press/main.xsh", line 77, in main
    run_convert_wheel(ns.files, config)
  File "/home/amir/miniconda/lib/python3.6/site-packages/conda_press/main.xsh", line 91, in run_convert_wheel
    artifact_to_wheel(fname, config=config)
  File "/home/amir/miniconda/lib/python3.6/site-packages/conda_press/condatools.xsh", line 715, in artifact_to_wheel
    path, config=config
  File "/home/amir/miniconda/lib/python3.6/site-packages/conda_press/condatools.xsh", line 624, in from_tarball
    with tarfile.TarFile.open(path, mode=mode) as tf:
  File "/home/amir/miniconda/lib/python3.6/tarfile.py", line 1576, in open
    raise ReadError("file could not be opened successfully")
tarfile.ReadError: file could not be opened successfully
@scopatz
Copy link
Contributor

scopatz commented Oct 28, 2020

Pull requests welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants