Preston-Landers / concurrent-log-handler

fork of ConcurrentLogHandler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation broken

aviyadeveloper opened this issue · comments

When attempting to run:

pip install concurrentloghandler

The following errors are thrown:

ERROR: Command errored out with exit status 1:
     command: /home/bm-developer/.pyenv/versions/3.6.8/envs/bm-glu-venv/bin/python3.6 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-g2rhood0/concurrentloghandler_0637ed04cfea435eb5bf81583eef2fb8/setup.py'"'"'; __file__='"'"'/tmp/pip-install-g2rhood0/concurrentloghandler_0637ed04cfea435eb5bf81583eef2fb8/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-pcpgar_n
         cwd: /tmp/pip-install-g2rhood0/concurrentloghandler_0637ed04cfea435eb5bf81583eef2fb8/
    Complete output (1 lines):
    error in ConcurrentLogHandler setup command: use_2to3 is invalid.

for every single version as the installer attempts to install from latest backwards.

this results in the final error:

ERROR: Could not find a version that satisfies the requirement concurrentloghandler (from versions: 0.7.2, 0.7.3, 0.7.4, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.9.0, 0.9.1)
ERROR: No matching distribution found for concurrentloghandler

The official name of the package as far as Pypi is concerned is concurrent-log-handler with dashes. Have you tried that?