TypeError: __init__() got an unexpected keyword argument 'condition_keys'
yuxiaokang-source opened this issue · 4 comments
I run the tutorial https://docs.scarches.org/en/latest/scpoli_surgery_pipeline.html, I get
,my environment is
Hi, can you download the latest version (I think it's 0.5.9) and check if the issue persists?
The latest version is 0.5.9, as you can see from PyPI. Not sure why you are unable to install it. You can also work around this by installing the git repository directly using:
pip install git+https://github.com/theislab/scarches.git
The latest version is 0.5.9, as you can see from PyPI. Not sure why you are unable to install it. You can also work around this by installing the git repository directly using:
pip install git+https://github.com/theislab/scarches.git
Thank you for your advice, I have installed scarches(0.5.9) and run the tutorial successfully.