So I got it to work by now. Specifically by installing these versions:
pip3 install --upgrade pip "attrs >= 19.3.0, < 20.0.0 " "pyfuse3 >= 3.1, < 4.0" "dugong >= 3.4, < 4.0" "pytest >= 4.6.5, < 5.0.0" "pytest_trio == 0.6.0" "trio == 0.15" "setuptools = 47.0" cryptography defusedxml async_generator google-auth-oauthlib On Sat, 17 Oct 2020 at 14:06, Panslothda <[email protected]> wrote: > Hi, > > I am trying to get s3ql to run for the first time and I am havinginto some > issues during the installation. > > To make sure everything works I wanted to run the self-tests but they keep > failing and I can't figure out why. > > The commands I used on a centos 7.7 system are the following: > (for connecting to a swift backend at the end) > > yum -y install libattr-devel sqlite-devel psmisc python3-devel fuse3-devel > gcc-c++ systemd-devel > pip3 install --upgrade setuptools pip cryptography defusedxml apsw trio > pyfuse3 dugong async_generator google-auth-oauthlib pytest_trio > mkdir /opt/s3ql > cd /opt/s3ql > wget > https://github.com/s3ql/s3ql/releases/download/release-3.5.1/s3ql-3.5.1.tar.bz2 > tar -xvf s3ql-3.5.1.tar.bz2 > cd s3ql-3.5.1 > python3 setup.py build_ext --inplace > python3 -m pytest tests/ > > > And as result I get this: > > https://pastebin.com/raw/fcUPXpvm > > My python modules that are all installed and versions: > Package Version > -------------------- ----------- > apsw 3.9.2.post1 > async-generator 1.10 > attrs 20.2.0 > cachetools 4.1.1 > certifi 2020.6.20 > cffi 1.14.3 > chardet 3.0.4 > contextvars 2.4 > cryptography 3.1.1 > defusedxml 0.6.0 > dugong 3.7.5 > google-auth 1.22.1 > google-auth-oauthlib 0.4.1 > idna 2.10 > immutables 0.14 > importlib-metadata 2.0.0 > iniconfig 1.1.1 > oauthlib 3.1.0 > outcome 1.0.1 > packaging 20.4 > pip 20.2.3 > pluggy 0.13.1 > py 1.9.0 > pyasn1 0.4.8 > pyasn1-modules 0.2.8 > pycparser 2.20 > pyfuse3 3.1.1 > pyparsing 2.4.7 > pytest 6.1.1 > pytest-trio 0.7.0 > requests 2.24.0 > requests-oauthlib 1.3.0 > rsa 4.6 > setuptools 50.3.1 > six 1.15.0 > sniffio 1.2.0 > sortedcontainers 2.2.2 > toml 0.10.1 > trio 0.17.0 > urllib3 1.25.10 > zipp 3.3.1 > > > Does someone by chance know what I am doing wrong or what I missed? > Thanks a lot for any help :) > > -- > You received this message because you are subscribed to a topic in the > Google Groups "s3ql" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/s3ql/sN0uMR__pAY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/s3ql/b541e2a4-0f46-4069-9f87-d4f12fd6e690n%40googlegroups.com > <https://groups.google.com/d/msgid/s3ql/b541e2a4-0f46-4069-9f87-d4f12fd6e690n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/s3ql/CAJ1iKGyK6nRRm5%2BoLiCwkdk-s5U1%2B8Lc0GfWk60%3D-8pn6jc3tA%40mail.gmail.com.
