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.

[BUG] New hyppo version breaks graspologic import

See original GitHub issue

The 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:closed
  • Created 3 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
daxprycecommented, Feb 9, 2021

This is always going to be a risk for every library, but especially so if we’re using private modules/functions from other libraries

0reactions
bdpedigocommented, Apr 1, 2021

1 seems good to me

though i dont know what you mean by “adjust the call”

Read more comments on GitHub >

github_iconTop 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 >

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