Giter VIP home page Giter VIP logo

rx's People

Stargazers

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

Watchers

 avatar  avatar  avatar

rx's Issues

Missing tqdm dependency

(venv) ➜  run-rx-play pip install run-rx
Collecting run-rx
  Downloading run_rx-0.0.7-py3-none-any.whl (27 kB)
Collecting PyJWT<3.0.0,>=2.6.0 (from run-rx)
  Downloading PyJWT-2.7.0-py3-none-any.whl (22 kB)
Collecting absl-py<2.0.0,>=1.4.0 (from run-rx)
  Using cached absl_py-1.4.0-py3-none-any.whl (126 kB)
Collecting grpcio<2.0.0,>=1.54.0 (from run-rx)
  Downloading grpcio-1.54.2-cp311-cp311-macosx_10_10_universal2.whl (8.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/8.6 MB 27.0 MB/s eta 0:00:00
Collecting protobuf<5.0.0,>=4.22.3 (from run-rx)
  Downloading protobuf-4.23.2-cp37-abi3-macosx_10_9_universal2.whl (400 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.3/400.3 kB 10.8 MB/s eta 0:00:00
Collecting requests<3.0.0,>=2.30.0 (from run-rx)
  Downloading requests-2.31.0-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.2 MB/s eta 0:00:00
Collecting sty<2.0.0,>=1.0.4 (from run-rx)
  Downloading sty-1.0.4-py3-none-any.whl (11 kB)
Collecting charset-normalizer<4,>=2 (from requests<3.0.0,>=2.30.0->run-rx)
  Downloading charset_normalizer-3.1.0-cp311-cp311-macosx_10_9_x86_64.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.7/123.7 kB 4.8 MB/s eta 0:00:00
Collecting idna<4,>=2.5 (from requests<3.0.0,>=2.30.0->run-rx)
  Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting urllib3<3,>=1.21.1 (from requests<3.0.0,>=2.30.0->run-rx)
  Downloading urllib3-2.0.3-py3-none-any.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.6/123.6 kB 4.5 MB/s eta 0:00:00
Collecting certifi>=2017.4.17 (from requests<3.0.0,>=2.30.0->run-rx)
  Using cached certifi-2023.5.7-py3-none-any.whl (156 kB)
Installing collected packages: sty, urllib3, PyJWT, protobuf, idna, grpcio, charset-normalizer, certifi, absl-py, requests, run-rx
Successfully installed PyJWT-2.7.0 absl-py-1.4.0 certifi-2023.5.7 charset-normalizer-3.1.0 grpcio-1.54.2 idna-3.4 protobuf-4.23.2 requests-2.31.0 run-rx-0.0.7 sty-1.0.4 urllib3-2.0.3
(venv) ➜  run-rx-play rx init
Traceback (most recent call last):
  File "/Users/emptysquare/co/run-rx-play/venv/bin/rx", line 5, in <module>
    from rx.client.commands.exec import run
  File "/Users/emptysquare/co/run-rx-play/venv/lib/python3.11/site-packages/rx/client/commands/exec.py", line 22, in <module>
    from rx.client import worker_client
  File "/Users/emptysquare/co/run-rx-play/venv/lib/python3.11/site-packages/rx/client/worker_client.py", line 6, in <module>
    import tqdm
ModuleNotFoundError: No module named 'tqdm'
(venv) ➜  run-rx-play pip install tqdm==4.65.0
Collecting tqdm==4.65.0
  Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)
Installing collected packages: tqdm
Successfully installed tqdm-4.65.0
(venv) ➜  run-rx-play rx init
(works)

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.