hugo_jupyter icon indicating copy to clipboard operation
hugo_jupyter copied to clipboard

ubuntu failed install

Open amunizp opened this issue 4 years ago • 0 comments

  • Hugo Jupyter version: n/a
  • Python version: $ python3 --version Python 3.8.5
  • Operating System: ubuntu 20.04

Description

Describe what you were trying to get done. I was trying to install.

Tell us what happened, what went wrong, and what you expected to happen.

Several errors showed. Ended up failing.

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.

$ pip3 install hugo_jupyter (...) ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fvm527t6/pyzmq/setup.py'"'"'; file='"'"'/tmp/pip-install-fvm527t6/pyzmq/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-x8ftzlqe/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers

amunizp avatar Apr 06 '21 22:04 amunizp