Derrick,
After installing the newer Anaconda3-5.0.0-MacOSX-x86_64 and using the below configuration,
conda config --add channels conda-forge
conda create -n detex python=2.7
source activate detex
conda install pyqt=4 (Had to use an older version)
conda install joblib
conda install simplekml
conda install basemap
conda install obspy_
we get the warning
/home/blycker/anaconda3/envs/detex/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
I didnt know if you were still supporting this but I thought I should drop you a line.
Bill
Derrick,
After installing the newer Anaconda3-5.0.0-MacOSX-x86_64 and using the below configuration,
conda config --add channels conda-forge
conda create -n detex python=2.7
source activate detex
conda install pyqt=4 (Had to use an older version)
conda install joblib
conda install simplekml
conda install basemap
conda install obspy_
we get the warning
I didnt know if you were still supporting this but I thought I should drop you a line.
Bill