Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error when building the extension #127

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

IsabelParedes
Copy link
Collaborator

Currently, the extension fails the build check. This is potentially caused by ipywidgets=8.0 and jupyter-packaging=0.12

WARNING: Build tool `jupyter-packaging` is missing. Install it with pip or conda.
/home/miniconda3/env/lib/python3.9/site-packages/setuptools/config/expand.py:144: UserWarning: File '/home/repos/jupyter-ros-ipywidgets/README.rst' cannot be found
  warnings.warn(f"File {path!r} cannot be found")
/home/miniconda3/env/lib/python3.9/site-packages/setuptools/config/expand.py:144: UserWarning: File '/home/repos/jupyter-ros-ipywidgets/CHANGELOG.rst' cannot be found
  warnings.warn(f"File {path!r} cannot be found")
/home/miniconda3/env/lib/python3.9/site-packages/setuptools/config/expand.py:144: UserWarning: File '/home/repos/jupyter-ros-ipywidgets/LICENSE.rst' cannot be found
  warnings.warn(f"File {path!r} cannot be found")
INFO: signal_shutdown [atexit]
An error occurred.
pkg_resources.extern.packaging.requirements.InvalidRequirement: Parse error at "'actionli'": Expected string_end

@IsabelParedes IsabelParedes marked this pull request as ready for review September 6, 2022 14:53
@IsabelParedes IsabelParedes self-assigned this Sep 6, 2022
@IsabelParedes IsabelParedes added the bug Something isn't working label Sep 6, 2022
Copy link
Member

@hbcarlos hbcarlos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @ihuicatl!

@IsabelParedes IsabelParedes merged commit b7a8cb2 into RoboStack:master Sep 6, 2022
@IsabelParedes IsabelParedes deleted the jpackaging branch September 12, 2022 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants