You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: