[BUG] New hyppo version breaks graspologic import
See original GitHub issueThe new version of hyppo (0.2.0) causes an error when importing graspologic.
import graspologic as gp
The exception raises here
17 from sklearn.metrics.pairwise import PAIRWISE_KERNEL_FUNCTIONS
18 from hyppo.ksample import KSample
---> 19 from hyppo._utils import gaussian
20 from collections import namedtuple
21
ModuleNotFoundError: No module named 'hyppo._utils'
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Documentation fixes · Issue #291 · microsoft/graspologic
I'm pretty sure that I'm using the current version. Under the release folder in docs it says release_0.3.rst. I'm not sure how else...
Read more >Release Log — graspologic 2.0.0 documentation
Fixed imports for hyppo >= 0.2. · Added trials parameter to leiden and set a new requirement of graspologic-native>=1.0. · Updated lcc check...
Read more >graspologic - PyPI
In this package, we provide utilities and algorithms designed for the processing and analysis of graphs with specialized graph statistical algorithms.
Read more >No module named hyppo._utils when importing models
Looks like you're using an old version of the package - it's called "graspologic" now. If you pip install graspologic ...
Read more >Documentation - VPython
2013-03-02: VPython 6.04 released to fix bugs and improve documentation. ... This release includes a new module, "vis", which permits selective import of ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This is always going to be a risk for every library, but especially so if we’re using private modules/functions from other libraries
1 seems good to me
though i dont know what you mean by “adjust the call”