Error installing splat with pip install git+
daniellabardalezgagliuffi opened this issue · 0 comments
daniellabardalezgagliuffi commented
Input:
pip install git+https://github.com/aburgasser/splat.git
Output:
Collecting git+https://github.com/aburgasser/splat.git
Cloning https://github.com/aburgasser/splat.git to /tmp/pip-req-build-3uptp2
Complete output from command python setup.py egg_info:
Warning: folder .//resources/Data/Public/ cannot be found
No folders containing spectral data were found to be present
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-3uptp2/setup.py", line 15, in <module>
from splat.initialize import VERSION
File "splat/__init__.py", line 7, in <module>
from .core import *
File "splat/core.py", line 188, in <module>
DATA_FOLDERS,DB_ALL_SPECTRA = _initializeAllData()
TypeError: 'NoneType' object is not iterable
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-3uptp2/