-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Dear @linzhi2013,
First of all, thanks for the very nice program!
I just wanted to point out that I had a lot of issues trying to run the installation of bold_identification
with conda. In fact, the installer told me that requests
and urllib3
were required but conflicted with any previously reported versions: even though I uninstalled them everywhere in my Linux environment and I installed the required versions (requests
==2.21.0 and urllib3
==1.24.3), I wasn't able to install bold_identification
with conda due to the same error as before. I even tried with different versions of requests
and urllib3
(among the ones suggested by the error log message), but I still wasn't able to get it right.
Even though I afterwards managed to install bold_identification
via pip
, I just wanted to report this issue I encountered as you may know how to fix it and/or the same problem might occur to other people.
All the best,
Astra