question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pypesto import is slow

See original GitHub issue

python -c "import pypesto" takes 7s on my computer. python -c "import scipy" takes 0.5s on my computer.

I think we should think more carefully about what is imported in pypesto/__init__.py

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
yannikschaeltecommented, Sep 8, 2022

a big chunk comes from pypesto.visualize

0reactions
dweindlcommented, Oct 25, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Slow library import time · Issue #935 · hardbyte/python-can
I have been attempting to use python-can on an embedded buildroot system, which essentially will be a CAN based display.
Read more >
Speeding up the python "import" loader - Stack Overflow
I'm getting seriously frustrated at how slow python startup is. Just importing more or less basic modules takes a second, since python runs ......
Read more >
Issue 22557: Local import is too slow - Python tracker
The issue is local imports, not imports of the locale module :-) Yes, my CPU is slow. Here is a patch which factors...
Read more >
pyABC Documentation
Let's start by importing the necessary packages: ... are often more efficient alternatives to ABC, check out for example our tool pyPESTO.
Read more >
Import of modules is slowing down executable. Can it ... - Reddit
Can it be imported locally or what can be done differently ? I am importing the following modules/libraries which is causing the exe...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found