I am trying to install the qiime2 studio, but when I run the install command, I get the following:
(qiime2) DENR-MNS-49F9VN:q2studio-2017.10.0 genlab$ pip install .
Processing /Users/genlab/q2studio-2017.10.0
dyld: lazy symbol binding failed: Symbol not found: _fdopendir$INODE64
Referenced from: /Users/genlab/miniconda3/envs/qiime2/lib/libpython3.5m.dylib
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _fdopendir$INODE64
Referenced from: /Users/genlab/miniconda3/envs/qiime2/lib/libpython3.5m.dylib
Expected in: /usr/lib/libSystem.B.dylib
Trace/BPT trap: 5
I also got this response when I tried to import the data for the moving pictures tutorial. I tried using both miniconda2 and miniconda3 in case there was a bug in one of those. Also searched for _fdopendir$INODE64 but can't find it anywhere in my system.
Suggestions?