-
Notifications
You must be signed in to change notification settings - Fork 2
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
extract GIS data from imagery if possible #15
Labels
Milestone
Comments
This also includes getting GIS data out of the metadata files that come with scenes. |
yuenmichelle1
added a commit
that referenced
this issue
Oct 14, 2022
ensure numpy is installed for libtiff package per errors: × python setup.py egg_info did not run successfully. #15 9.137 [pipenv.exceptions.InstallError]: │ exit code: 1 #15 9.137 [pipenv.exceptions.InstallError]: ╰─> [6 lines of output] #15 9.137 [pipenv.exceptions.InstallError]: Traceback (most recent call last): #15 9.137 [pipenv.exceptions.InstallError]: File "<string>", line 36, in <module> #15 9.137 [pipenv.exceptions.InstallError]: File "<pip-setuptools-caller>", line 34, in <module> #15 9.137 [pipenv.exceptions.InstallError]: File "/tmp/pip-install-k048us7u/libtiff_5d9648a7d30d4df092ba425aadeb40c9/setup.py", line 77, in <module> #15 9.138 [pipenv.exceptions.InstallError]: from numpy.distutils.core import setup, Extension #15 9.138 [pipenv.exceptions.InstallError]: ModuleNotFoundError: No module named 'numpy'
yuenmichelle1
added a commit
that referenced
this issue
Oct 14, 2022
ensure numpy is installed for libtiff package per errors: × python setup.py egg_info did not run successfully. #15 9.137 [pipenv.exceptions.InstallError]: │ exit code: 1 #15 9.137 [pipenv.exceptions.InstallError]: ╰─> [6 lines of output] #15 9.137 [pipenv.exceptions.InstallError]: Traceback (most recent call last): #15 9.137 [pipenv.exceptions.InstallError]: File "<string>", line 36, in <module> #15 9.137 [pipenv.exceptions.InstallError]: File "<pip-setuptools-caller>", line 34, in <module> #15 9.137 [pipenv.exceptions.InstallError]: File "/tmp/pip-install-k048us7u/libtiff_5d9648a7d30d4df092ba425aadeb40c9/setup.py", line 77, in <module> #15 9.138 [pipenv.exceptions.InstallError]: from numpy.distutils.core import setup, Extension #15 9.138 [pipenv.exceptions.InstallError]: ModuleNotFoundError: No module named 'numpy'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: