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

TypeError: Cannot create a consistent method resolution order (MRO) for bases Kernel, KeopsKernelMixin, ABC #7

Open
HengYuD opened this issue Oct 11, 2024 · 0 comments

Comments

@HengYuD
Copy link

HengYuD commented Oct 11, 2024

Hi, the work is awesome, but I meet some error when try to run demo.
I try to install the env by the guide, but falkon cannot install. So I use the latest version falkon installed.
It seems has trouble with bases
Could you provide some help or have any suggests for ply points cloud surface reconstruction methods?

https://colab.research.google.com/drive/1Vl5fGPvP0VlYDP-cJphl-9RgEFBYH6AE?usp=sharing


Traceback (most recent call last):
File "/content/neural-splines/fit.py", line 8, in
from neural_splines import load_point_cloud, fit_model_to_pointcloud, eval_model_on_grid, point_cloud_bounding_box
File "/content/neural-splines/neural_splines/init.py", line 8, in
from .falkon_kernels import NeuralSplineKernel, LaplaceKernelSphere, LinearAngleKernel
File "/content/neural-splines/neural_splines/falkon_kernels.py", line 29, in
class NeuralSplineKernel(Kernel, KeopsKernelMixin, ABC):
File "/usr/lib/python3.10/abc.py", line 106, in new
cls = super().new(mcls, name, bases, namespace, **kwargs)
TypeError: Cannot create a consistent method resolution
order (MRO) for bases Kernel, KeopsKernelMixin, ABC

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

No branches or pull requests

1 participant