-
Notifications
You must be signed in to change notification settings - Fork 15
Troubleshoot
Grant Mercer edited this page Jun 8, 2015
·
3 revisions
How do I actually run this project?
- The main is included in
CALIPSO_Visualization.py, once you've followed the installation instructions run it through either eclipse orpython CALIPSO_Visualization.py
I'm receiving the error
ImportError: cannot import name _imagingtkwhen running the project.
- First, ensure you do not have
PILinstalled alongsidePillow. These two packages can not coexist and will likely cause issues if you have both installed. - If that is not the case, for Linux users try running
sudo apt-get install python-imaging-tk. Windows users need to take a couple extra steps- Remove any related packages on conda,
conda remove PILorconda remove Pillow - Install PIL from here ,
PIL-1.1.7.win32-py2.7.exe
- Remove any related packages on conda,
ccplot's
setup.py buildcannot findHdfEosDef.h
- This is an error due to the setup.py script not being comprehensive, the solution is covered in the installation instructions. You can also read about why you get this issue on the github bug tracker for ccplot here
While importing PIL on windows Eclipse tells me
ImageandImageTkare unresolved
- This is a known issue, and unless you are actually receiving errors this can be ignored