question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No module 'sarpy.io'

See original GitHub issue

With a clean install, the sarpy python modules don’t seem to load properly. Please assist

$ git clone https://github.com/ngageoint/sarpy/
$ cd sarpy
$ python3 setup.py install --user
$ cd docs/examples
$ python3 sarpy_example.py
Traceback (most recent call last):
  File "sarpy_example.py", line 6, in <module>
    import sarpy.io.complex as cf
ModuleNotFoundError: No module named 'sarpy.io'

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
thomasmcculloughcommented, Apr 17, 2020

If you have any trouble that doesn’t really rise to the level of creating an issue, feel free to contact me directly via email at thomas.mcculough at tenica-gs dot com.

0reactions
khavernathycommented, Apr 17, 2020

all set, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

sarpy/sicd.py at master · ngageoint/sarpy - GitHub
A basic Python library to demonstrate reading, writing, display, and simple processing of complex SAR data using the NGA SICD standard. - sarpy/sicd.py...
Read more >
sarpy - PyPI
SarPy. SarPy is a basic Python library to read, write, and do simple processing of complex SAR data using the NGA SICD format...
Read more >
Welcome to sarpy's documentation! — sarpy 1.3.13 ...
Welcome to sarpy's documentation!¶ · Basic First Example - Complex Image · Learning Python · Image/Data Reading · Reader Confusion · Format Conversion...
Read more >
Top 5 sarpy Code Examples - Snyk
Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately. Enable here. github ngageoint /...
Read more >
python/ngageoint/sarpy/sarpy/io/general/nitf.py - Program Talk
Module laying out basic functionality for reading and writing NITF files. This is **intended** to represent base functionality to be extended for SICD...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found