Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Address a few items that blocked compilation. With these changes, I was able to successfully compile using the following command:
However, while the compilation completed without error, runtime execution was unsuccessful. Details are below. I'm not sure how to resolve these without investiging how spades init works, which I suspect must be tinkering with python path
If
VERSION
is provided, the runtime execution still encounters an issue:The environment used is specified below:
$ conda env export name: ariadne-gcc8.5.0 channels: - conda-forge - bioconda - defaults dependencies: - _libgcc_mutex=0.1=conda_forge - _openmp_mutex=4.5=2_gnu - binutils_impl_linux-64=2.40=hf600244_0 - bzip2=1.0.8=h7f98852_4 - gcc=8.5.0=h143be6b_10 - gcc_impl_linux-64=8.5.0=hef569ad_19 - gxx=8.5.0=h143be6b_10 - gxx_impl_linux-64=8.5.0=hef569ad_19 - kernel-headers_linux-64=2.6.32=he073ed8_16 - ld_impl_linux-64=2.40=h41732ed_0 - libgcc-devel_linux-64=8.5.0=ha5d7ed8_19 - libgcc-ng=13.1.0=he5830b7_0 - libgomp=13.1.0=he5830b7_0 - libsanitizer=8.5.0=hb70a093_19 - libstdcxx-devel_linux-64=8.5.0=ha5d7ed8_19 - libstdcxx-ng=13.1.0=hfd8a6a1_0 - libzlib=1.2.13=hd590300_5 - ncurses=6.4=hcb278e6_0 - readline=8.2=h8228510_1 - sysroot_linux-64=2.12=he073ed8_16 - zlib=1.2.13=hd590300_5 prefix: /home/mcdonadt/miniconda3/envs/ariadne-gcc8.5.0