Skip to content
Advertisement

Tag: conda

“[lib] requires [dep], which is not installed” when running PR tests on conda-forge feedstock, despite explicit call in grayskull-generated meta.yaml

I’m trying to upgrade the conda-forge version of xagg to the latest version (v0.3.0). The built-in Azure Pipelines tests that run when I set up a PR of the feedstock into the conda-forge repository however fail, with the error: (the full log is here) The odd thing is that pytables is explicitly mentioned in the meta.yaml (which was generated through

Upgrading pip to latest version using pip in conda using environment.yaml

I am trying to create an environment using environment.yaml, and for some reason the default pip installed in my environment by conda takes a long time to process the dependencies. For this reason, I am trying to somehow upgrade the pip version in the conda envrionment file. The pip version that comes with this installation is pip 21.2.2 . I

conda prefix (-p) still create a .conda directory on home

I’m using conda prefix to specify the directory to create my conda environment since my home directory has a small storage quota. But I noticed that conda still creating a .conda directory in my home directory which is quite large. I’m running the following command. The .conda dir in my home directory has: environments.txt file with the symbolic link to

No Spyder-Terminal on Spyder 5.0.5 (MacOS)

I tried to install spyder terminal on my spyder. Steps oI followed (in iPython Console): Then: And I get an error message that says: I thought that it was because of the enviroment, so I tried to create a new conda enviroment with the spyder terminal module. I do as follows (in my terminal): Then: And finally: And I get

No module named pandas in conda command prompt

I’m trying to run a script made on spyder that runs with no problem. But when I try to run the same script it says Pandas is not installed. But I checked on my conda env e seems to be already installed. Why this happens? Answer Problem You are using pip python’s default package manager to install a package in

Snakemake – How to set conda environment path

In Snakemake, conda environments can be easily set up by defining rules as such conda: “envs/my_environment.yaml”. This way, YAML files specify which packages to install prior to running the pipeline. Some software requires a path to third-party-software, to execute specific commands. An example of this is when generating a reference index with RSEM (example from GitHub page DeweyLab – RSEM):

Advertisement