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

VTK and tifffile in anaconda3 #3

Closed
donwerder opened this issue Apr 15, 2020 · 4 comments
Closed

VTK and tifffile in anaconda3 #3

donwerder opened this issue Apr 15, 2020 · 4 comments
Assignees
Labels

Comments

@donwerder
Copy link

This might not be the appropriate forum but I don't know where else to go with this question. I have installed pymicro but the module for VTK and tifffile are not found. I have tifffile and VTK8.2 installed in Anaconda3. How do I get pymicro to use those? Thanks.

@heprom
Copy link
Owner

heprom commented May 13, 2020

Hi donwerder, sorry I did not see your issue sooner. if you run anaconda3 it should all be fine. first try to lunch an ipython shell to verify that vtk is install (tifffile is included as an external tool in pymicro):
>>> import vtk
if this works then you just have to add pymicro to your python path. This is a standard practice (using for instance the PYTHONPATH environment variable). Then verify that you can import pymicro:
>>> from pymicro.crystal.lattice import Lattice
and you should be good to go.

@heprom heprom self-assigned this May 13, 2020
@donwerder
Copy link
Author

donwerder commented May 14, 2020 via email

@heprom
Copy link
Owner

heprom commented May 14, 2020

Don, thank you for your report. this seem to be a bug indeed. Let me look into this.

@heprom
Copy link
Owner

heprom commented May 14, 2020

it should be fixed now, thank you for reporting this.

@heprom heprom closed this as completed May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants