Skip to content

'Acquisition' not defined when importing the package #176

Answered by Milad4849
greg-bioinfo asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your reply and raising this issue. Currently the documentation regarding the use of the package in conda environments is incomplete. Here are the steps to use steinbock from a conda environment:

  • create a new conda environment with python 3.9/3.8 and pip.
conda create -n "myenv" python=3.9 pip
  • Activate the environment and Install the packages in requirements.txt using pip. The file is located at the steinbock root directory.
conda activate myenv
pip install -r path/to/requirements.txt

This should resolve the error you encounter.

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@greg-bioinfo
Comment options

@Milad4849
Comment options

@greg-bioinfo
Comment options

Comment options

You must be logged in to vote
1 reply
@greg-bioinfo
Comment options

Comment options

You must be logged in to vote
1 reply
@greg-bioinfo
Comment options

Answer selected by nilseling
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants