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

Latest version missing docutils dependency #2629

Closed
sswatson opened this issue Feb 27, 2024 · 1 comment · Fixed by #2624
Closed

Latest version missing docutils dependency #2629

sswatson opened this issue Feb 27, 2024 · 1 comment · Fixed by #2624
Labels
bug Something isn't working
Milestone

Comments

@sswatson
Copy link

Description

  1. Create a new Python project with its own virtual environment, pip install nicegui, and then try to import nicegui.
  2. I expect the import statement to work with no errors.
  3. I get the error No module named 'docutils'. If I then pip install docutils, then everything works fine.

This leads me to believe that there's a missing dependency declaration.

This is for the version released on February 26, 2024.

@falkoschindler
Copy link
Contributor

Thanks for pointing this out, @sswatson!
@rodja Has already created a PR this morning to fix this issue. I think I'll quickly create a bugfix release.

@falkoschindler falkoschindler added this to the 1.4.17 milestone Feb 27, 2024
@falkoschindler falkoschindler added the bug Something isn't working label Feb 27, 2024
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 a pull request may close this issue.

2 participants