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

Missing jupyter-cache dependency causes standard "Getting started" instructions to fail and import is seemingly unused #87

Closed
lbianchi-lbl opened this issue Mar 7, 2024 · 0 comments · Fixed by #104
Assignees
Labels
Priority:High High Priority Issue or PR

Comments

@lbianchi-lbl
Copy link
Contributor

  • In a fresh environment, running the following fails with a ModuleNotFoundError because of jupyter_cache:
    pip install idaes-pse idaes-examples[gui]
    idaesx gui
  • The exception is raised here:
    from jupyter_cache import get_cache
    However, the get_cache function imported from jupyter_cache is, to the best of my Ctrl-F abilities, not used anywhere
@ksbeattie ksbeattie added the Priority:High High Priority Issue or PR label Mar 7, 2024
@ksbeattie ksbeattie linked a pull request Apr 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:High High Priority Issue or PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants