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

Timeseries Notebook: When installing packages, don't --upgrade #38

Closed
wants to merge 1 commit into from

Conversation

amotl
Copy link
Member

@amotl amotl commented Dec 5, 2024

... and also use --verbose temporarily to be able to see where time is spent. Background: Updating pandas per GH-27 runs into a timeout on Python 3.12 when installing packages, and we don't know why.

... and also use `--verbose` temporarily to be able to see where time is
spent.
@amotl
Copy link
Member Author

amotl commented Dec 5, 2024

to be able to see where time is spent, because updating pandas per #27 runs into a timeout

It is happening because it is building pandas from within the Jupyter Notebook, which does not fit into 60 seconds of runtime.

@amotl
Copy link
Member Author

amotl commented Dec 5, 2024

Considering to be resolved because of repository obstacle and dependency picking.

@amotl amotl closed this Dec 5, 2024
@amotl amotl deleted the nb-pip-no-upgrade branch December 5, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant