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

Removes prints for ros env #121

Merged
merged 1 commit into from
Aug 11, 2022
Merged

Conversation

hbcarlos
Copy link
Member

When running jupyter labextension develop . --overwrite, JupyterLab tries to find the module by running python setup.py --name and then taking the command's output for the name of the package. Since we have some prints globally, those prints are executed when the module is evaluated, returning them as output to what makes the jupyter labextension develop . --overwrite command fails because it doesn't find the python module.

@hbcarlos hbcarlos added the bug Something isn't working label Aug 11, 2022
@hbcarlos hbcarlos self-assigned this Aug 11, 2022
@hbcarlos hbcarlos merged commit 1f6c46c into RoboStack:master Aug 11, 2022
@hbcarlos hbcarlos deleted the fix_lab_install branch August 11, 2022 10:29
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.

1 participant