Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing splat with pip install git+ #153

Open
daniellabardalezgagliuffi opened this issue Jun 2, 2020 · 0 comments
Open

Error installing splat with pip install git+ #153

daniellabardalezgagliuffi opened this issue Jun 2, 2020 · 0 comments

Comments

@daniellabardalezgagliuffi
Copy link
Collaborator

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant