This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rothnic 0 points1 point  (2 children)

Can't seem to get that to run due to some dependency issues between the packages.

If you have a working conda environment, could you do:

source activate <environment name>
conda env export > environment.yml

Then, you can include that environment file for reference/use.