简体   繁体   中英

How to install apesmit python package?

I tried to install apesmit from PyPi ( pip install apesmit ). But I'm getting error Could not find a version that satisfies the requirement apesmit (from versions: ) No matching distribution found for apesmit Could you help me to do this?

I have followed these steps to install apesmith

  1. sudo wget http://www.florian-diesch.de/software/apesmit/dist/apesmit-0.01.tar.gz
  2. tar xzf apesmit-0.01.tar.gz.
  3. sudo nano apesmit-0.01/distribute_setup.py change DEFAULT_URL to " https://pypi.python.org/packages/source/d/distribute/ " in distribute_setup.py
  4. pip install /full path/apesmit-0.01

Because the author hasn't uploaded any packages yet and there is nothing to download. The list of packages at https://pypi.python.org/pypi/apesmit or https://pypi.python.org/simple/apesmit/ is empty.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM