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
Looks like something is wrong and pep517 based build fails with:
+ /usr/bin/python3 -sBm build -w --no-isolation* Getting build dependencies for wheel...running egg_infocreating nbclassic.egg-infowriting nbclassic.egg-info/PKG-INFOwriting dependency_links to nbclassic.egg-info/dependency_links.txtwriting entry points to nbclassic.egg-info/entry_points.txtwriting requirements to nbclassic.egg-info/requires.txtwriting top-level names to nbclassic.egg-info/top_level.txtwriting manifest file 'nbclassic.egg-info/SOURCES.txt'reading manifest file 'nbclassic.egg-info/SOURCES.txt'reading manifest template 'MANIFEST.in'/usr/lib/python3.8/site-packages/setuptools/command/sdist.py:119: SetuptoolsDeprecationWarning: `build_py` command does not inherit from setuptools' `build_py`.!! ******************************************************************************** Custom 'build_py' does not implement 'get_data_files_without_manifest'. Please extend command classes from setuptools instead of distutils. See https://peps.python.org/pep-0632/ for details. ********************************************************************************!! self._add_data_files(self._safe_data_files(build_py))warning: no files found matching 'Dockerfile'warning: no directories found matching 'notebook/tests'warning: no directories found matching 'notebook/i18n'warning: no previously-included files found matching 'docs/#*'warning: no directories found matching 'examples'no previously-included directories found matching 'docs/build'no previously-included directories found matching 'docs/gh-pages'no previously-included directories found matching 'docs/dist'no previously-included directories found matching 'git-hooks'no previously-included directories found matching 'docs-translations'warning: no previously-included files matching '*~' found anywhere in distributionwarning: no previously-included files matching '*.pyc' found anywhere in distributionwarning: no previously-included files matching '*.pyo' found anywhere in distributionwarning: no previously-included files matching '.git' found anywhere in distributionwarning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distributionadding license file 'LICENSE'writing manifest file 'nbclassic.egg-info/SOURCES.txt'* Building wheel...running bdist_wheelrunning jsversionrunning jsrunning jsdepsinstalling build dependencies with npm
> npm installnpm WARN deprecated [email protected]: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.npm WARN deprecated [email protected]: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info.npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142npm WARN deprecated [email protected]: this library is no longer supportednpm WARN deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1npm WARN deprecated [email protected]: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.added 479 packages, and audited 480 packages in 39s50 packages are looking for funding run `npm fund` for details12 vulnerabilities (6 moderate, 1 high, 5 critical)To address issues that do not require attention, run: npm audit fixTo address all issues (including breaking changes), run: npm audit fix --forceRun `npm audit` for details.
> bower install --allow-root --config.interactive=falsebower xterm.js-css#* cached https://unpkg.com/xterm@~3.1.0/dist/xterm.css#e-tag:e0b-Roy3Ybower xterm.js-css#* validate e-tag:e0b-Roy3Y against https://unpkg.com/xterm@~3.1.0/dist/xterm.css#*bower xterm.js#* cached https://unpkg.com/xterm@~3.1.0/dist/xterm.js#e-tag:3fd9c-C6Pbower xterm.js#* validate e-tag:3fd9c-C6P against https://unpkg.com/xterm@~3.1.0/dist/xterm.js#*bower xterm.js-fit#* cached https://unpkg.com/xterm@~3.1.0/dist/addons/fit/fit.js#e-tag:b15-J97iobower xterm.js-fit#* validate e-tag:b15-J97io against https://unpkg.com/xterm@~3.1.0/dist/addons/fit/fit.js#*bower create-react-class#* cached https://cdn.jsdelivr.net/npm/[email protected]/create-react-class.min.js#e-tag:W/"1d26-/4bower create-react-class#* validate e-tag:W/"1d26-/4 against https://cdn.jsdelivr.net/npm/[email protected]/create-react-class.min.js#*bower backbone#~1.2 ENOGIT git is not installed or not in the PATHrebuilding js and css failed. The following required files are missing: ['nbclassic/static/components', 'nbclassic/static/notebook/js/main.min.js', 'nbclassic/static/tree/js/main.min.js', 'nbclassic/static/edit/js/main.min.js', 'nbclassic/static/terminal/js/main.min.js', 'nbclassic/static/auth/js/main.min.js', 'nbclassic/static/style/ipython.min.css', 'nbclassic/static/style/style.min.css']Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/pyproject_hooks/_in_process/_in_process.py", line 353, in <module> main() File "/usr/lib/python3.8/site-packages/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/usr/lib/python3.8/site-packages/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel return _build_backend().build_wheel(wheel_directory, config_settings, File "/usr/lib/python3.8/site-packages/jupyter_packaging/build_api.py", line 23, in build_wheel val = orig_build_wheel( File "/usr/lib/python3.8/site-packages/setuptools/build_meta.py", line 416, in build_wheel return self._build_with_temp_dir(['bdist_wheel'], '.whl', File "/usr/lib/python3.8/site-packages/setuptools/build_meta.py", line 401, in _build_with_temp_dir self.run_setup() File "/usr/lib/python3.8/site-packages/setuptools/build_meta.py", line 338, in run_setup exec(code, locals()) File "<string>", line 111, in <module> File "<string>", line 108, in main File "/usr/lib/python3.8/site-packages/setuptools/__init__.py", line 107, in setup return distutils.core.setup(**attrs) File "/usr/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) File "/usr/lib/python3.8/site-packages/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() File "/usr/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File "/usr/lib/python3.8/site-packages/setuptools/dist.py", line 1244, in run_command super().run_command(command) File "/usr/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/home/tkloczko/rpmbuild/BUILD/nbclassic-0.5.6/setupbase.py", line 642, in run raise e File "/home/tkloczko/rpmbuild/BUILD/nbclassic-0.5.6/setupbase.py", line 631, in run self.distribution.run_command('js') File "/usr/lib/python3.8/site-packages/setuptools/dist.py", line 1244, in run_command super().run_command(command) File "/usr/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/home/tkloczko/rpmbuild/BUILD/nbclassic-0.5.6/setupbase.py", line 573, in run self.run_command('jsdeps') File "/usr/lib/python3.8/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) File "/usr/lib/python3.8/site-packages/setuptools/dist.py", line 1244, in run_command super().run_command(command) File "/usr/lib/python3.8/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/home/tkloczko/rpmbuild/BUILD/nbclassic-0.5.6/setupbase.py", line 415, in run run( File "/home/tkloczko/rpmbuild/BUILD/nbclassic-0.5.6/setupbase.py", line 335, in run return check_call(cmd, *args, **kwargs) File "/usr/lib64/python3.8/subprocess.py", line 364, in check_call raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['bower', 'install', '--allow-root', '--config.interactive=false']' returned non-zero exit status 1.ERROR Backend subprocess exited when trying to invoke build_wheel
The text was updated successfully, but these errors were encountered:
Looks like something is wrong and pep517 based build fails with:
The text was updated successfully, but these errors were encountered: