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
Hi team, exciting work!
I'd like to suggest including instructions for installing dependencies with conda/mamba instead of pip. This circumvents 2 issues I encountered during installation:
I have encountered similar issue. I think one issue if cnvkit installation. The cnvkit==0.9.11 did not installed successfully. However, what it worked was installing with pip (using python=3.9):
Hi team, exciting work!
I'd like to suggest including instructions for installing dependencies with conda/mamba instead of pip. This circumvents 2 issues I encountered during installation:
grbgetkey
utility is included in thegurobi
package onconda
but not thegurobipy
package onpip
. This utility seems to be required to install a gurobi license. See also https://support.gurobi.com/hc/en-us/articles/360044290292-How-do-I-install-Gurobi-for-Python .conda/mamba
can install thebioconductor-dnacopy
dependency.The only code change would be in the requirements.txt file:
N.B. that the following channels are required:
The text was updated successfully, but these errors were encountered: