You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nbgitpuller 1.0.0 source package is either missing some files, or calls npm unnecessarily
$ pip install https://files.pythonhosted.org/packages/61/c/c87c7cf4edaf61f4b71faee9ef074f03a5d7a4e26fe6a8c0a36a8ee03f00/nbgitpuller-1.0.0.tar.gz
Collecting https://files.pythonhosted.org/packages/61/c6/c87c7cf4edaf61f4b71faee9ef074f03a5d7a4e26fe6a8c0a36a8ee03f00/nbgitpuller-1.0.0.tar.gz
Using cached nbgitpuller-1.0.0.tar.gz (428 kB)
ERROR: Command errored out with exit status 1:
command: /tmp/test/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-7gtz5b_d/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-7gtz5b_d/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-9w72cltg
cwd: /tmp/pip-req-build-7gtz5b_d/
Complete output (17 lines):
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /tmp/pip-req-build-7gtz5b_d/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/tmp/pip-req-build-7gtz5b_d/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /home/simon/.npm/_logs/2021-09-01T19_54_00_470Z-debug.log
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-7gtz5b_d/setup.py", line 12, in <module>
subprocess.check_call(['npm', 'install'])
File "/tmp/test/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['npm', 'install']' returned non-zero exit status 254.
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/61/c6/c87c7cf4edaf61f4b71faee9ef074f03a5d7a4e26fe6a8c0a36a8ee03f00/nbgitpuller-1.0.0.tar.gz. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
Bug description
nbgitpuller 1.0.0 source package is either missing some files, or calls npm unnecessarily
The text was updated successfully, but these errors were encountered: