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
If I following the install procedure through conda create -n scenic_protocol python=3.6, I can only install pyscenic=0.11.2. Under python 3.6, I could not upgrade ctxcore to 2.0.0 and pyarrow >= 8.0.0. Then, I could not use the feather file v2. It would lead to the following error when try the following error.
However, I realize the feather file contain version 1 and version 2. Only if I tried to create conda environment python >=3.7. I can install newer version of pyscenic =0.12.1 and also ctxcore=2.0.0 and pyarrow= 17.0.0. I expected to be work on feather v2.
I just tried pyscenic -h. I repeatedly encounter the same error in following.
Describe the bug
If I following the install procedure through
conda create -n scenic_protocol python=3.6
, I can only install pyscenic=0.11.2. Under python 3.6, I could not upgrade ctxcore to 2.0.0 and pyarrow >= 8.0.0. Then, I could not use the feather file v2. It would lead to the following error when try the following error.Please complete the following information:
Package Version
aiohttp 3.8.6
aiosignal 1.2.0
arboreto 0.1.6
async-timeout 4.0.2
asynctest 0.13.0
attrs 22.2.0
bokeh 2.3.3
boltons 23.1.1
cached-property 1.5.2
certifi 2024.8.30
charset-normalizer 2.0.12
click 8.0.4
cloudpickle 2.2.1
contextvars 2.4
ctxcore 0.1.1
cycler 0.11.0
cytoolz 0.11.0
dask 2021.3.0
decorator 4.4.2
dill 0.3.4
distributed 2021.3.0
frozendict 2.4.6
frozenlist 1.2.0
fsspec 2022.1.0
h5py 3.1.0
HeapDict 1.0.1
idna 3.10
idna-ssl 1.1.0
immutables 0.19
importlib-metadata 4.8.3
importlib-resources 5.4.0
interlap 0.2.7
Jinja2 3.0.3
joblib 1.1.1
kiwisolver 1.3.1
llvmlite 0.36.0
locket 1.0.0
loompy 3.0.7
MarkupSafe 2.0.1
matplotlib 3.3.4
msgpack 1.0.5
multidict 5.2.0
multiprocessing-on-dill 3.5.0a4
networkx 2.5.1
numba 0.53.1
numpy 1.19.5
numpy-groupies 0.9.22
packaging 21.3
pandas 1.1.5
partd 1.2.0
patsy 0.5.6
Pillow 8.4.0
pip 21.3.1
psutil 6.1.0
pyarrow 0.16.0
pynndescent 0.5.13
pyparsing 3.1.4
pyscenic 0.11.2
python-dateutil 2.9.0.post0
pytz 2024.2
PyYAML 6.0.1
requests 2.27.1
scikit-learn 0.24.2
scipy 1.5.4
seaborn 0.11.2
setuptools 58.0.4
six 1.16.0
sortedcontainers 2.4.0
statsmodels 0.12.2
tblib 1.7.0
threadpoolctl 3.1.0
toolz 0.11.2
tornado 6.1
tqdm 4.64.1
typing_extensions 4.1.1
umap-learn 0.5.7
urllib3 1.26.20
wheel 0.37.1
yarl 1.7.2
zict 2.1.0
zipp 3.6.0
However, I realize the feather file contain version 1 and version 2. Only if I tried to create conda environment python >=3.7. I can install newer version of pyscenic =0.12.1 and also ctxcore=2.0.0 and pyarrow= 17.0.0. I expected to be work on feather v2.
I just tried
pyscenic -h
. I repeatedly encounter the same error in following.I guess it still the version conflict issue. I tried to reinstall through
conda install -c conda-forge libstdcxx-ng
. It is still the same.Please complete the following information:
What would be the ideal version to install on pyscenic? Or I just use feather file version1 to fix the problem.
The text was updated successfully, but these errors were encountered: