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

constructor does not work with non-bzip2 packages #258

Closed
newville opened this issue Jul 1, 2019 · 5 comments
Closed

constructor does not work with non-bzip2 packages #258

newville opened this issue Jul 1, 2019 · 5 comments
Labels
locked [bot] locked due to inactivity

Comments

@newville
Copy link
Contributor

newville commented Jul 1, 2019

It appears that constructor generates shell scripts that cannot unpack themselves if some of the packages are not bzip2.

constructor -v now reports packages with a .conda extension instead of a .tar.bz2 extension. This seems to be related to conda-build 3.18.5, though I'm not 100% sure.

Is there any easy work-around?

@axgkl
Copy link

axgkl commented Jul 1, 2019

confirmed :-(

@dinya
Copy link

dinya commented Jul 9, 2019

Temporary recipe works for me:

  1. Create venv:

    conda create --name "build_venv" "python==3.7.*" "conda<4.5.13" "conda-build < 3.18.3" "constructor==2.3.*"
  2. Activate and build the dist there:

    conda activate build_venv

See also conda/conda#8857

@nehaljwani
Copy link
Contributor

xref: #86 (comment)

@msarahan
Copy link
Contributor

fixed in constructor 3.0

@github-actions
Copy link

Hi there, thank you for your contribution!

This issue has been automatically locked because it has not had recent activity after being closed.

Please open a new issue if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Mar 13, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

No branches or pull requests

5 participants