Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during installation #24

Closed
Nekmo opened this issue Jun 5, 2016 · 0 comments
Closed

Error during installation #24

Nekmo opened this issue Jun 5, 2016 · 0 comments

Comments

@Nekmo
Copy link
Owner

Nekmo commented Jun 5, 2016

Kernel: Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08)
x86_64 GNU/Linux

Collecting simple-monitor-alert
  Downloading simple-monitor-alert-0.2.3.tar.gz
Collecting future (from simple-monitor-alert)
  Downloading future-0.15.2.tar.gz (1.6MB)
    100% |████████████████████████████████| 1.6MB 212kB/s
Collecting pyTelegramBotAPI (from simple-monitor-alert)
  Downloading pyTelegramBotAPI-2.1.2.tar.gz
Collecting python-dateutil (from simple-monitor-alert)
  Downloading python_dateutil-2.5.3-py2.py3-none-any.whl (201kB)
    100% |████████████████████████████████| 204kB 695kB/s
Collecting requests (from simple-monitor-alert)
  Downloading requests-2.10.0-py2.py3-none-any.whl (506kB)
    100% |████████████████████████████████| 512kB 654kB/s
Requirement already satisfied (use --upgrade to upgrade): six in
/usr/lib/python2.7/dist-packages (from simple-monitor-alert)
Requirement already satisfied (use --upgrade to upgrade): wheel in
/usr/lib/python2.7/dist-packages (from simple-monitor-alert)
Requirement already satisfied (use --upgrade to upgrade): pip in
/usr/lib/python2.7/dist-packages (from simple-monitor-alert)
Collecting colorclass (from simple-monitor-alert)
  Downloading colorclass-2.2.0.tar.gz
Collecting humanize (from simple-monitor-alert)
  Downloading humanize-0.5.1.tar.gz
Collecting terminaltables (from simple-monitor-alert)
  Downloading terminaltables-3.0.0.tar.gz
Building wheels for collected packages: simple-monitor-alert, future,
pyTelegramBotAPI, colorclass, humanize, terminaltables
  Running setup.py bdist_wheel for simple-monitor-alert ... error
  Complete output from command /usr/bin/python -u -c "import setuptools,
tokenize;__file__='/tmp/pip-build-cLJpWr/simple-monitor-alert/setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))"
bdist_wheel -d /tmp/tmpAIvCyLpip-wheel- --python-tag cp27:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/simple_monitor_alert
  copying simple_monitor_alert/sma.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert
  copying simple_monitor_alert/monitor.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert
  copying simple_monitor_alert/__init__.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert
  copying simple_monitor_alert/management.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert
  copying simple_monitor_alert/alerts.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert
  copying simple_monitor_alert/lines.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert
  copying simple_monitor_alert/exceptions.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert
  creating build/lib.linux-x86_64-2.7/simple_monitor_alert/tests
  copying simple_monitor_alert/tests/test_ini.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/tests
  copying simple_monitor_alert/tests/test_monitor.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/tests
  copying simple_monitor_alert/tests/__init__.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/tests
  copying simple_monitor_alert/tests/test_observable.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/tests
  copying simple_monitor_alert/tests/base.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/tests
  copying simple_monitor_alert/tests/test_alert.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/tests
  creating build/lib.linux-x86_64-2.7/simple_monitor_alert/utils
  copying simple_monitor_alert/utils/dates.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/utils
  copying simple_monitor_alert/utils/__init__.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/utils
  copying simple_monitor_alert/utils/console.py ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/utils
  running egg_info
  writing requirements to simple_monitor_alert.egg-info/requires.txt
  writing simple_monitor_alert.egg-info/PKG-INFO
  writing top-level names to simple_monitor_alert.egg-info/top_level.txt
  writing dependency_links to
simple_monitor_alert.egg-info/dependency_links.txt
  warning: manifest_maker: standard file '-c' not found

  reading manifest file 'simple_monitor_alert.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching '*.sh' under directory 'alerts'
  writing manifest file 'simple_monitor_alert.egg-info/SOURCES.txt'
  creating build/lib.linux-x86_64-2.7/simple_monitor_alert/tests/assets
  copying simple_monitor_alert/tests/assets/sma-test.ini ->
build/lib.linux-x86_64-2.7/simple_monitor_alert/tests/assets
  running build_scripts
  creating build/scripts-2.7
  copying and adjusting scripts/sma -> build/scripts-2.7
  changing mode of build/scripts-2.7/sma from 644 to 755
  installing to build/bdist.linux-x86_64/wheel
  running install
  Starting Python module installation.
  Checking .pth file support in build/bdist.linux-x86_64/wheel/
  /usr/bin/python -E -c pass
  TEST FAILED: build/bdist.linux-x86_64/wheel/ does NOT support .pth files
  error: bad install directory or PYTHONPATH

  You are attempting to install a package to a directory that is not
  on PYTHONPATH and which Python does not read ".pth" files from.  The
  installation directory you specified (via --install-dir, --prefix, or
  the distutils default setting) was:

      build/bdist.linux-x86_64/wheel/

  and your PYTHONPATH environment variable currently contains:

      ''

  Here are some of your options for correcting the problem:

  * You can choose a different installation directory, i.e., one that is
    on PYTHONPATH or supports .pth files

  * You can add the installation directory to the PYTHONPATH environment
    variable.  (It must then also be on PYTHONPATH whenever you run
    Python and want to use the package(s) you are installing.)

  * You can set up the installation directory to support ".pth" files by
    using one of the approaches described here:


https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations

  Please make the appropriate changes for your system and try again.

  ----------------------------------------
  Failed building wheel for simple-monitor-alert
  Running setup.py clean for simple-monitor-alert
  Running setup.py bdist_wheel for future ... done
  Stored in directory:
/root/.cache/pip/wheels/11/c5/d2/ad287de27d0f0d646f119dcffb921f4e63df128f28ab0a1bda
  Running setup.py bdist_wheel for pyTelegramBotAPI ... done
  Stored in directory:
/root/.cache/pip/wheels/d1/89/5c/b7ff41f794d87a5ca1c96c8699316fa13dac350b16d6b228c4
  Running setup.py bdist_wheel for colorclass ... done
  Stored in directory:
/root/.cache/pip/wheels/a8/d1/a2/8f01754e697c17034f2dc2ca4db6f984194b778872a44ff4bf
  Running setup.py bdist_wheel for humanize ... done
  Stored in directory:
/root/.cache/pip/wheels/d4/80/38/cfbfd95752f71f3812505b948b43383ddc99eedf835fc13b09
  Running setup.py bdist_wheel for terminaltables ... done
  Stored in directory:
/root/.cache/pip/wheels/95/ee/40/d1d6896bf31ed1ac11be2a94fe1072766ffcfdd53ca224a54f
Successfully built future pyTelegramBotAPI colorclass humanize
terminaltables
Failed to build simple-monitor-alert
Installing collected packages: future, requests, pyTelegramBotAPI,
python-dateutil, colorclass, humanize, terminaltables, simple-monitor-alert
  Running setup.py install for simple-monitor-alert ... done
  Could not find .egg-info directory in install record for
simple-monitor-alert from
https://pypi.python.org/packages/77/7a/b0be93a4cb53c1d015cc90c96e23f14f2ebf763b36b7535affa87021cedb/simple-monitor-alert-0.2.3.tar.gz#md5=a797309a86e0a7bb57f53358f451c9df
Successfully installed colorclass-2.2.0 future-0.15.2 humanize-0.5.1
pyTelegramBotAPI-2.1.2 python-dateutil-2.5.3 requests-2.10.0
simple-monitor-alert terminaltables-3.0.0
@Nekmo Nekmo added the bug label Jun 5, 2016
@Nekmo Nekmo added this to the v0.2.4 milestone Jun 5, 2016
@Nekmo Nekmo modified the milestone: v0.2.4 Jun 6, 2016
@Nekmo Nekmo closed this as completed Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant