Guillermo Rodriguez Piccoli
Guillermo Rodriguez Piccoli
I'm experiencing the same problem with asp-net core 2.2
Thank you @Micket, I will open a new PR with the minimum number of packages required.
Hi @yfukasawa I was having the same error and found out that it is fixed with python 3.9 I built the following Docker image https://hub.docker.com/repository/docker/grpiccoli/longqc The Dockerfile is here: https://github.com/grpiccoli/longqc.nf/blob/master/Dockerfile
No worries, thank you for this useful tool, I just updated the docker image in dockerhub to be compatible with singularity, nextflow, snakemake and it uses alpine image to save...
Hi I'm experiencing the same issue and also tried installing ropenblas and Rcpp but the installation still fails, thanks
Hi Thank you @wrathematics for your prompt reply I was just using the wrong library versions. I was able to fix the issue by using the following package versions: module...
I am having the same issue, has anyone solved it?
The only solution that worked for me was: 1) Create custom conda (I used mamba because it didn't work with conda for me) `mamba env create -f hca_py3.yml` * This...
@juliadouglasf did you change the extension of the yml.txt to just yml ? that would be the first step. The second issue looks as if you are not using the...
Has someone solved this issue?