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
Jupytext 1.13.1 should have been uploaded to PIP a few days ago, but the corresponding run ended in error.
Also the following warnings are emitted by jupyter_packaging before the error
DeprecatedWarning: create_cmdclass is deprecated as of 0.8 and will be removed in 1.0.
DeprecatedWarning: install_npm is deprecated as of 0.8 and will be removed in 1.0. Use npm_builder and wrap_installers
Here is an extract of the logs:
error An unexpected error occurred: "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.7.0.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "/home/runner/work/jupytext/jupytext/packages/labextension/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
setup.py:155: DeprecatedWarning: create_cmdclass is deprecated as of 0.8 and will be removed in 1.0. "
Use `wrap_installers` to handle prebuild steps in cmdclass.
Use `get_data_files` to handle data files.
Use `include_package_data=True` and `MANIFEST.in` for package data.
data_files_spec=data_files_spec,
setup.py:162: DeprecatedWarning: install_npm is deprecated as of 0.8 and will be removed in 1.0. Use `npm_builder` and `wrap_installers`
npm=["jlpm"],
Traceback (most recent call last):
File "setup.py", line 169, in <module>
setup(**setup_args)
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/setuptools/__init__.py", line 144, in setup
return distutils.core.setup(**attrs)
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/jupyter_packaging/setupbase.py", line 640, in run
[self.run_command(cmd) for cmd in cmds]
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/jupyter_packaging/setupbase.py", line 640, in <listcomp>
[self.run_command(cmd) for cmd in cmds]
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/jupyter_packaging/setupbase.py", line 321, in run
c.run()
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/jupyter_packaging/setupbase.py", line 615, in run
builder()
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/jupyter_packaging/setupbase.py", line 212, in builder
run(npm_cmd + ['install'], cwd=node_package)
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/jupyter_packaging/setupbase.py", line 275, in run
return subprocess.check_call(cmd, **kwargs)
File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/opt/hostedtoolcache/Python/3.7.12/x64/bin/jlpm', 'install']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
Locally I am able to build a local version of the package, however it includes the node_modules and is thus way too big (43M), which reminds me of #730.
Jupytext 1.13.1 should have been uploaded to PIP a few days ago, but the corresponding run ended in error.
Also the following warnings are emitted by
jupyter_packaging
before the errornpm_builder
andwrap_installers
Here is an extract of the logs:
The text was updated successfully, but these errors were encountered: