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

iges.to_vtk error #45

Open
amscosta opened this issue Feb 1, 2024 · 5 comments
Open

iges.to_vtk error #45

amscosta opened this issue Feb 1, 2024 · 5 comments

Comments

@amscosta
Copy link

amscosta commented Feb 1, 2024

The following error is displayed when I load the default example igs :

lines = iges.to_vtk(bsplines=True, surfaces=False, merge=True)
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\User\VMTK\lib\site-packages\pyiges\check_imports.py", line 21, in safe_func
raise Exception(_PROBLEM_MSG)
Exception: Import from 'None' failed, to support this feature please install pyiges[full]

@amscosta
Copy link
Author

amscosta commented Feb 1, 2024

I installed pyiges[full] twice, using both suggested methods.

@mikamove
Copy link
Contributor

mikamove commented Feb 3, 2024

Thanks for Your feedback! Could You please post the output when using this method?

pip install pyiges[full]

@amscosta
Copy link
Author

amscosta commented Feb 3, 2024 via email

@amscosta
Copy link
Author

amscosta commented Feb 5, 2024

aorta_ring.zip
This is the .igs file generating the error

@mikamove
Copy link
Contributor

mikamove commented Feb 5, 2024

The problem is most likely not in the IGES file, but in the installation itself. When You install pyiges[full] it should automatically install additional dependencies. Your error message indicates, that these dependencies are missing.

Therefore I asked You if You could please post the output of the command "pip install pyiges[full]", I couldn't see this in Your answer. Could You please provide it?

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