Search code examples
pythonpypi

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?


Solution

  • 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