Open timyerg opened 7 months ago
Hey, bro, have you solved it?I'm having the same issue as you.
AttributeError: 'NoneType' object has no attribute 'get'
Nope, looking for alternatives/waiting for solution.
T^T
Managed to install it from the source.
How to install:
git clone https://github.com/millanp95/iDeLUCS.git iDeLUCS
cd iDeLUCS
python setup.py build_ext --inplace
pip install -e .
How it is written in instructions (just different "L" while cd):
git clone https://github.com/millanp95/iDeLUCS.git iDeLUCS
cd iDelUCS
python setup.py build_ext --inplace
pip install -e .
Please correct the instructions on the main page.
tks. Did you use Linux?
Ubuntu 22.04, Anaconda3
Hello. I looked into this, and it is due to an update in setuptools
it should be fine if you clone the repo and build it from the source.
I cannot fix the problem in the next week but I have put together a Notebook with the provisional workaround https://colab.research.google.com/drive/1g-I5CeshpDYGfgVHNlx6w5YlEGbI0BbK?usp=sharing
Dear developers, Thank you for the tool. I am trying to add this tool to my pipeline and for it I need to install it inside of conda environment. I tried to install it directly from pip and got the error:
Then I tried to install it from cloned repo:
Any suggestions how to install it within conda environment?
PS: Ubuntu 22.4, Anaconda3.
Best,