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

ValueError: numpy.ndarray has the wrong size, try recompiling. Expected 80, got 88 #744

Open
S-kewen opened this issue Jul 20, 2023 · 1 comment

Comments

@S-kewen
Copy link

S-kewen commented Jul 20, 2023

First of all, I would like to thank the author for his contribution.

We've had some issues recently and don't know how to fix them. When we try to install kaolin we encounter some errors.

import kaolin as kal
Traceback (most recent call last):
File "", line 1, in
File "/home/skewen/test/kaolin/kaolin/init.py", line 17, in
from kaolin import conversions
File "/home/skewen/test/kaolin/kaolin/conversions/init.py", line 1, in
from kaolin.conversions.meshconversions import *
File "/home/skewen/test/kaolin/kaolin/conversions/meshconversions.py", line 20, in
from kaolin.metrics.point import directed_distance as directed_distance
File "/home/skewen/test/kaolin/kaolin/metrics/init.py", line 2, in
from .point import *
File "/home/skewen/test/kaolin/kaolin/metrics/point.py", line 16, in
from kaolin.nnsearch import nnsearch
File "init.pxd", line 199, in init kaolin.nnsearch
ValueError: numpy.ndarray has the wrong size, try recompiling. Expected 80, got 88
print(kal.version)
Traceback (most recent call last):

@Caenorst
Copy link
Collaborator

Hi @S-kewen it looks like you are using Kaolin v0.1?

It could be a dependency update breaking things.

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

2 participants