Closed xiangzhang1015 closed 4 years ago
Hi,
Thanks for your interest in our repository!
The reason is that python>=3.6 support f-string format. I've modified the code and removed all the f-strings. Now it should work on python 3.5. Note that when installing deeprobust, you might need to uncomment all the packages in setup.py
since the versions of them might have conflicts with python 3.5.
@ChandlerBang It works!!! Thank you so much for your help!
Hi,
I understand the deeprobust is supposed to be installed on Python>3.6, but currently, I have to work on python 3.5 due to some incompatible reason.
I tried to run the code on python3.5 and got the following problem:
Is that possible to run deeprobust on python3.5, could you please help me with this?
Thanks in advance.