Closed jlinkels closed 1 year ago
Thanks @jlinkels.
Yes, you are right, thank you for pointing it out.
I updates the dependencies list, please go ahead and give it another try now ?
@abdeladim-s Yes, that solved the issue. Thanks so much for your quick response.
This project looks great.
However, when installing using "pip install git+https://github.com/abdeladim-s/subsai" the installation fails with:
I am running Python 3.9.2 on Debian 11 Bullseye. As I understand, importlib is a component of Python 3 and should not have to be installed. When importing importlib.util in Python this is successful.
So it seems that the installation fails on the requirement importlib<1.1.0,>=1.0.4. How can I work around this?
Thanks jlinkels