I also get the error: *ImportError: cannot import name 'INTEGER*' when running *'sudo s3qladm'* or any other s3qlxxx command globally.
Ubuntu 18.04, S3QL 3.5.1 installed with *python3 setup.py build_ext --inplace* and then *sudo python3 setup.py install.* All tests ran successfully after the build. I can run s3ql commands successfully by changing back into my build directory and running* 'bin/s3qladm' *or any other command, so I imagine that some component is not getting installed globally by setup.py install. The problem is that I need to have the commands available globally for ease of scripting, etc. Thanks for a really great FS and such superb documentaion. On Tuesday, July 28, 2020 at 12:26:37 AM UTC+2 [email protected] wrote: > I finally was able to avoid this issue using fedora image > > On Monday, 27 July 2020 22:26:51 UTC+1, r0ps3c wrote: >> >> I am seeing the same issue, and have been seeing it since at least 3.4.1. >> Looking at setup.py's history, looks like the cython build code hasn't been >> touched, and likely hasn't been updated, in a while. >> >> For reference, I've been able to reproduce this on (docker-ised) ubuntu >> 20.04.1 and alpine 3.12. >> >> On Monday, July 27, 2020 at 4:44:49 PM UTC-4 [email protected] wrote: >> >>> plus I get this error regardless if working from git repo or from >>> release archive >>> >>> >>> On Tuesday, 21 July 2020 17:38:42 UTC+1, Daniel Jagszent wrote: >>> >>>> >>>> I compile from the release archive >>>> I can see the deltadump.c file >>>> however, I am still getting this[...] >>>> >>>> do you execute "python3 setup.py build_ext --inplace" (or something >>>> similar)? >>>> >>> -- 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/d92ac898-5b66-459a-9d90-f5a1e9cd5c95n%40googlegroups.com.
