You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running snakemake --use-conda --cores 3 I get the following error:
Building DAG of jobs...
WorkflowError:
Failed to open environment file C:\Users\camilorg\Box Sync\UNESCAP\unescap_model\env\osemosys.yaml:
URLError: <urlopen error unknown url type: c>
The text was updated successfully, but these errors were encountered:
If I remove or comment the conda: "env/osemosys.yaml" line in the snakemake file, and run snakemake --use-conda --cores 3 with a conda environment with snakemake and glpksol installed in it, the code runs properly.
When running
snakemake --use-conda --cores 3
I get the following error:The text was updated successfully, but these errors were encountered: