Skip to content

Output file #84

Apr 2, 2021 · 5 comments · 18 replies
Discussion options

You must be logged in to vote

Alright. I believe there's something awry with the conda environment. Could you start over, and make sure that the old environment is completely removed? I.e. start with a deactivated environment in the installation folder (below, I am assuming that your conda environment is 'ctwrap'). Start by removing the old version

conda remove --name ctwrap --all

and then reinstall as follows:

conda env create -f environment.yml
conda activate ctwrap
git pull
pip install -e .

After this, test it by running

ctwrap test freeflame

Replies: 5 comments 18 replies

Comment options

You must be logged in to vote
11 replies
@MathXCruz
Comment options

@ischoegl
Comment options

@MathXCruz
Comment options

@ischoegl
Comment options

@MathXCruz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@MathXCruz
Comment options

@ischoegl
Comment options

@MathXCruz
Comment options

@ischoegl
Comment options

@MathXCruz
Comment options

Comment options

You must be logged in to vote
2 replies
@MathXCruz
Comment options

@ischoegl
Comment options

Answer selected by ischoegl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants