Installation issues with zipline-reloaded and glibc

Being a newbie in Python I’m working on getting in touch with zipline in order to upgrade my trading efforts to a more algorithmic approach. I’m using Linux Mint 19.3. While trying to install the zipline-reloaded package on my anaconda2.1.1 I get the following error message no matter which way of installation I try:

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package → Available versions
The following specifications were found to be incompatible with your system:

  • feature:/linux-64::__glibc==2.27=0
  • feature:|@/linux-64::__glibc==2.27=0
  • zipline-reloaded → libgcc-ng[version=’>=9.3.0’] → __glibc[version=’>=2.17’]

Your installed version is: 2.27

In my understanding my glibc-version (2.27) satisfies the requirements (2.17). So why do I get the error? Any recommendation?

What is your uname -a response?

(base) ob@stblasien:~$ uname -a
Linux stblasien 5.4.0-100-generic #113~18.04.1-Ubuntu SMP Mon Feb 7 15:02:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux