Code Monkey home page Code Monkey logo

Comments (4)

laixintao avatar laixintao commented on June 11, 2024 1
~ iredis
Traceback (most recent call last):
  File "/usr/local/bin/iredis", line 5, in <module>
    from iredis.entry import main
  File "/usr/local/Cellar/iredis/1.14.0/libexec/lib/python3.12/site-packages/iredis/entry.py", line 19, in <module>
    from .client import Client
  File "/usr/local/Cellar/iredis/1.14.0/libexec/lib/python3.12/site-packages/iredis/client.py", line 24, in <module>
    from . import markdown, renders
  File "/usr/local/Cellar/iredis/1.14.0/libexec/lib/python3.12/site-packages/iredis/renders.py", line 14, in <module>
    from .config import config
  File "/usr/local/Cellar/iredis/1.14.0/libexec/lib/python3.12/site-packages/iredis/config.py", line 5, in <module>
    from configobj import ConfigObj, ConfigObjError
  File "/usr/local/Cellar/iredis/1.14.0/libexec/lib/python3.12/site-packages/configobj/__init__.py", line 22, in <module>
    import six
ModuleNotFoundError: No module named 'six'

also another issue that after I wget on a linux server, it outputs the following errors, can you help checkcheck, thanks:

root@pt-dev:~#  ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
root@pt-dev:~# iredis
iredis: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by iredis)
iredis: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by iredis)
iredis: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by iredis)
iredis: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by iredis)

For brew issue, it seems that configobj havn't support python 3.12 yet: https://github.com/DiffSK/configobj (and also pendulum lib), so iredis havn't officially support 3.12, maybe can try an older version for now?

For the wget issue, from your output (very useful!), it's because your ubuntu only have glibc 2.31 but iredis need 2.32 onwards. I use ubuntu 22.04 to build this binary, maybe I can try to build it on an older version of ubuntu.

from iredis.

zhangddjs avatar zhangddjs commented on June 11, 2024 1

cool, looking forward to the fixing for the old ubuntu version, I am going to install on our dev env machine, so that my colleagues can use this iredis client :D

from iredis.

zhangddjs avatar zhangddjs commented on June 11, 2024

also there seems to be some caveats from brew install

image`

from iredis.

laixintao avatar laixintao commented on June 11, 2024

also there seems to be some caveats from brew install

image`

For this one, the caveats was about php, and seems triggered by brew cleanup php, so it's not related to iredis as iredis was written in Python, iredis doesn't use php at all.

from iredis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.