Code Monkey home page Code Monkey logo

python-redis-tool's People

Contributors

antonaleksandrov01 avatar antonaleksandrov13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

python-redis-tool's Issues

ImportError: cannot import name 'logger' from 'pip._internal'

Unable to run due to import failure.

Steps to reproduce:

  1. git clone https://github.com/AntonAleksandrov13/python-redis-tool.git
  2. cd python-redis-tool
  3. python3.7 setup.py install
  4. cd ../
  5. python3.7 python-redis-tool/cli/redis_tool.py -h

Error:
Traceback (most recent call last):
File "python-redis-tool/cli/redis_tool.py", line 5, in
from cli import reshard, add_node
File "/usr/local/lib/python3.7/dist-packages/redis_cluster_tool-1-py3.7.egg/cli/reshard.py", line 4, in
from pip._internal import logger
ImportError: cannot import name 'logger' from 'pip._internal' (/usr/local/lib/python3.7/dist-packages/pip/_internal/init.py)

I have python 3.7 installed and redis-cli 5.0.8 on the machine. When I looked at the code it appears you are using the logging library and reshard.py is using "from pip._internal import logger". When I switch this to the logging library the command above works for me. Was your intention to use the logging library in reshard.py?

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.