-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Package fails to install into build_env #53
Comments
Inside of the official mamba docker image, Mamba is trying to install tinytex as a dep for something else and I'm getting these error messages consistently:
I have tried two approaches to including perl in the dockerfile:
The results are identical (critical failure) and I cannot proceed with environment creation |
Can someone tell me where I can find the |
Found this: conda/conda-build#5115 The #!/bin/bash
echo " " >> $PREFIX/.messages.txt
echo "To install TinyTeX with \`tinytex::install_tinytex()\` the system must have a functional Perl" >> $PREFIX/.messages.txt
echo "installation with a \`File::Find\` module. Most end-user systems will already satisfy this" >> $PREFIX/.messages.txt
echo "requirement; however, some minimal contexts (e.g., containers) may not. Perl is available" >> $PREFIX/.messages.txt
echo "via Conda Forge as the package \`perl\`. See https://github.com/rstudio/tinytex/issues/419" >> $PREFIX/.messages.txt
echo " " >> $PREFIX/.messages.txt Are there some contexts in which appending ( |
At this point, this message seems more trouble than it's worth |
@pdimens could you try running again now that the message component has been removed? Hopefully we don't need to mark the previous build as broken to get working solves moving forward. 🤞 |
@mfansler I can confirm I no longer see the error and the Docker build no longer breaks:
|
The
r-seurat
package fails to create thebuild_env
due to thepost-link.sh
script here crashing. This seems to only happen when this package is abuild:
dependency.This needs to be made more robust.
The text was updated successfully, but these errors were encountered: