Skip to content

Instantly share code, notes, and snippets.

@gngdb
Created September 26, 2016 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gngdb/88e85d0a3fc5f875c4c24c050dc90674 to your computer and use it in GitHub Desktop.
Save gngdb/88e85d0a3fc5f875c4c24c050dc90674 to your computer and use it in GitHub Desktop.
build error log for calysto
Collecting calysto-processing
Using cached calysto_processing-2.0.2.zip
Collecting metakernel (from calysto-processing)
Using cached metakernel-0.14.0-py2.py3-none-any.whl
Collecting html2text (from calysto-processing)
Requirement already up-to-date: IPython>=3.0 in ./conda/envs/fresh/lib/python2.7/site-packages (from metakernel->calysto-processing)
Building wheels for collected packages: calysto-processing
Running setup.py bdist_wheel for calysto-processing ... error
Complete output from command /opt/conda/envs/fresh/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Zz1AnC/calysto-processing/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpa62Bwypip-wheel- --python-tag cp27:
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/calysto_processing
copying calysto_processing/__init__.py -> build/lib/calysto_processing
copying calysto_processing/kernel.py -> build/lib/calysto_processing
copying calysto_processing/__main__.py -> build/lib/calysto_processing
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/calysto_processing
copying build/lib/calysto_processing/__init__.py -> build/bdist.linux-x86_64/wheel/calysto_processing
copying build/lib/calysto_processing/kernel.py -> build/bdist.linux-x86_64/wheel/calysto_processing
copying build/lib/calysto_processing/__main__.py -> build/bdist.linux-x86_64/wheel/calysto_processing
running install_egg_info
running egg_info
creating calysto_processing.egg-info
writing requirements to calysto_processing.egg-info/requires.txt
writing calysto_processing.egg-info/PKG-INFO
writing top-level names to calysto_processing.egg-info/top_level.txt
writing dependency_links to calysto_processing.egg-info/dependency_links.txt
writing manifest file 'calysto_processing.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'calysto_processing.egg-info/SOURCES.txt'
writing manifest file 'calysto_processing.egg-info/SOURCES.txt'
Copying calysto_processing.egg-info to build/bdist.linux-x86_64/wheel/calysto_processing-2.0.2-py2.7.egg-info
/opt/conda/envs/fresh/lib/python2.7/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated. You should import from ipykernel or jupyter_client instead.
"You should import from ipykernel or jupyter_client instead.", ShimWarning)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-Zz1AnC/calysto-processing/setup.py", line 67, in <module>
'Topic :: System :: Shells',
File "/opt/conda/envs/fresh/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/opt/conda/envs/fresh/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/opt/conda/envs/fresh/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/opt/conda/envs/fresh/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 215, in run
self.run_command('install')
File "/opt/conda/envs/fresh/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/opt/conda/envs/fresh/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/tmp/pip-build-Zz1AnC/calysto-processing/setup.py", line 23, in run
from metakernel.utils.kernel import install_kernel_resources
ImportError: No module named metakernel.utils.kernel
----------------------------------------
Failed building wheel for calysto-processing
Running setup.py clean for calysto-processing
Failed to build calysto-processing
Installing collected packages: metakernel, html2text, calysto-processing
Running setup.py install for calysto-processing ... error
Complete output from command /opt/conda/envs/fresh/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Zz1AnC/calysto-processing/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-cFYKPc-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/calysto_processing
copying calysto_processing/__init__.py -> build/lib/calysto_processing
copying calysto_processing/kernel.py -> build/lib/calysto_processing
copying calysto_processing/__main__.py -> build/lib/calysto_processing
running install_lib
creating /opt/conda/envs/fresh/lib/python2.7/site-packages/calysto_processing
copying build/lib/calysto_processing/__init__.py -> /opt/conda/envs/fresh/lib/python2.7/site-packages/calysto_processing
copying build/lib/calysto_processing/kernel.py -> /opt/conda/envs/fresh/lib/python2.7/site-packages/calysto_processing
copying build/lib/calysto_processing/__main__.py -> /opt/conda/envs/fresh/lib/python2.7/site-packages/calysto_processing
byte-compiling /opt/conda/envs/fresh/lib/python2.7/site-packages/calysto_processing/__init__.py to __init__.pyc
byte-compiling /opt/conda/envs/fresh/lib/python2.7/site-packages/calysto_processing/kernel.py to kernel.pyc
byte-compiling /opt/conda/envs/fresh/lib/python2.7/site-packages/calysto_processing/__main__.py to __main__.pyc
running install_egg_info
running egg_info
writing requirements to calysto_processing.egg-info/requires.txt
writing calysto_processing.egg-info/PKG-INFO
writing top-level names to calysto_processing.egg-info/top_level.txt
writing dependency_links to calysto_processing.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'calysto_processing.egg-info/SOURCES.txt'
writing manifest file 'calysto_processing.egg-info/SOURCES.txt'
Copying calysto_processing.egg-info to /opt/conda/envs/fresh/lib/python2.7/site-packages/calysto_processing-2.0.2-py2.7.egg-info
writing list of installed files to '/tmp/pip-cFYKPc-record/install-record.txt'
/opt/conda/envs/fresh/lib/python2.7/site-packages/IPython/kernel/__init__.py:13: ShimWarning: The `IPython.kernel` package has been deprecated. You should import from ipykernel or jupyter_client instead.
"You should import from ipykernel or jupyter_client instead.", ShimWarning)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-Zz1AnC/calysto-processing/setup.py", line 67, in <module>
'Topic :: System :: Shells',
File "/opt/conda/envs/fresh/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/opt/conda/envs/fresh/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/opt/conda/envs/fresh/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/tmp/pip-build-Zz1AnC/calysto-processing/setup.py", line 23, in run
from metakernel.utils.kernel import install_kernel_resources
ImportError: No module named kernel
----------------------------------------
Command "/opt/conda/envs/fresh/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Zz1AnC/calysto-processing/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-cFYKPc-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-Zz1AnC/calysto-processing/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment