I am trying to install on OSX 10.14 into a virtual environment. My proeedure is as allows:
1. conda create -n LaueTools python=2.7 numpy=1.11.0 scipy=0.17.0 matplotlib=1.5.1 wxpython=3 networkx cython pil pyOpenGL
2. conda activate LaueTools
3. Use lauetools_Rev2295_30March18
4. Install python setup.py install ObjectListView-1.2
5. pythonw LaueToolsGUI.py
I get the error copied below
Any advice on how to proceed would be much appreaciated.
Thanks,
Mark
Bad key "xtick.top" on line 385 in
/Users/markdean/.matplotlib/matplotlibrc.
You probably need to get an updated matplotlibrc file from
http://github.com/matplotlib/matplotlib/blob/master/matplotlibrc.template
or from the matplotlib source distribution
Bad key "ytick.right" on line 403 in
/Users/markdean/.matplotlib/matplotlibrc.
You probably need to get an updated matplotlibrc file from
http://github.com/matplotlib/matplotlib/blob/master/matplotlibrc.template
or from the matplotlib source distribution
/Users/markdean/anaconda/envs/LaueTools/lib/python2.7/site-packages/matplotlib/init.py:1350: UserWarning: This call to matplotlib.use() has no effect
because the backend has already been chosen;
matplotlib.use() must be called before pylab, matplotlib.pyplot,
or matplotlib.backends is imported for the first time.
warnings.warn(use_error_msg)
LaueToolsProjectFolder /Users/markdean/Documents/programs/lauetools_Rev2295_30March18
Cython compiled module for fast computation of Laue spots is not installed!
Missing fabio module. Please install it if you need open some tiff images from the sCMOS camera
Missing library libtiff, Please install: pylibtiff if you need open some tiff images
Cython compiled module 'gaussian2D' for fast computation is not installed!
Cython compiled 'angulardist' module for fast computation of angular distance is not installed!
Using default module
Cython compiled module for fast computation of angular distance is not installed!
LaueToolsProjectFolder /Users/markdean/Documents/programs/lauetools_Rev2295_30March18
LaueToolsProjectFolder
Traceback (most recent call last):
File "LaueToolsGUI.py", line 5874, in <module>
start_func()
File "LaueToolsGUI.py", line 5866, in start_func
LaueToolsframe = MainWindow(None, -1, 'toto', projectfolder=LaueToolsProjectFolder)
File "LaueToolsGUI.py", line 126, in init
wx.BITMAP_TYPE_PNG))
File "/Users/markdean/anaconda/envs/LaueTools/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_gdi.py", line 1280, in init
_gdi</module>.Icon_swiginit(self,gdi.new_Icon(args, *kwargs))
wx._core.PyAssertionError: C++ assertion "err == noErr" failed at /BUILD/wxPython-src-3.0.0.0/src/osx/core/bitmap.cpp(673) in GetIconRef(): Error when constructing icon ref
(LaueTools) Mark-work-Macbook-4:lauetools_Rev2295_30March18