Re: leo stops working

2020-07-30 Thread Thomas Passin
Some of the plugins are awfully handy to have.  If you have the patience, 
you could comment out all the plugins except one at a time until you find 
one that causes your problem.

On Thursday, July 30, 2020 at 3:55:57 PM UTC-4, Geoff Evans wrote:
>
> More experiments: 
> python
> >>> import meta
> doesn't complain;  but leo won't run when I comment out livecode.py in 
> myLeoSettings.leo
> I can probably live without the plugins, though it would be nice to 
> understand what's still going wrong.
>
> geoff
>
> On Thursday, July 30, 2020, 3:40:02 p.m. NDT, Brian Theado <
> brian...@gmail.com > wrote: 
>
>
> Based on your output, it looks like you are still stuck with your original 
> problem. It is crashing while trying to load the meta package. Since it is 
> the livecode.py plugin which is using that package, you could just launch 
> leo without any plugins (--no-plugins command line option) and then disable 
> the livecode.py plugin.
>
> If you need the livecode plugin, then your best bet is to try 
> troubleshooting it from python without leo involved.
>
> python
> >>> import meta
>
> If that fails in the same way, then the issue is completely separate from 
> leo.
>
>
> On Thu, Jul 30, 2020 at 7:24 AM GEOFFREY EVANS  > wrote:
>
> Thanks Brian,
> Sorry for the huge file.  There's nothing in it that I can recognize 
> as *the* problem, but others will have more skill and knowledge ofthese 
> areas.
>
> geoff
>
> (base) geoff:1567>python leo-editor-master/launchLeo.py 
> Fatal Python error: Segmentation fault
>
> Current thread 0x7f2f26aa5740 (most recent call first):
>   File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 273 
> in _reset_cache
>   File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 543 
> in 
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File 
> "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", line 
> 33 in __enter__
>   File 
> "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", line 
> 48 in 
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File 
> "/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/_distributor_init.py",
>  
> line 13 in 
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 1035 in _handle_fromlist
>   File 
> "/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/__init__.py", line 
> 140 in 
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File 
> "/home/geoff/anaconda3/lib/python3.7/site-packages/scipy/__init__.py", line 
> 61 in 
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 953 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File 
> "/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/community.py",
>  
> line 20 in 
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File 
> "/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/__init__.py",
>  
> line 8 in 
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File 
> "/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/__init__.py", 
> line 112 in 
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File 
> "/home/geoff/anaconda3/lib/python3.7/site-packages/meta/asttools/visitors/graph_visitor.py",
>  
> line 11 in 
>   File "", line 219 in 
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File 
> 

Re: leo stops working

2020-07-30 Thread GEOFFREY EVANS
 More experiments: 
python>>> import metadoesn't complain;  but leo won't run when I 
comment out livecode.py in myLeoSettings.leoI can probably live without the 
plugins, though it would be nice to understand what's still going wrong.
geoff

On Thursday, July 30, 2020, 3:40:02 p.m. NDT, Brian Theado 
 wrote:  
 
 Based on your output, it looks like you are still stuck with your original 
problem. It is crashing while trying to load the meta package. Since it is the 
livecode.py plugin which is using that package, you could just launch leo 
without any plugins (--no-plugins command line option) and then disable the 
livecode.py plugin.
If you need the livecode plugin, then your best bet is to try troubleshooting 
it from python without leo involved.
python>>> import meta
If that fails in the same way, then the issue is completely separate from leo.

On Thu, Jul 30, 2020 at 7:24 AM GEOFFREY EVANS  wrote:

 Thanks Brian,    Sorry for the huge file.  There's nothing in it that I can 
recognize as the problem, but others will have more skill and knowledge ofthese 
areas.
geoff

(base) geoff:1567>python leo-editor-master/launchLeo.py 
Fatal Python error: Segmentation fault

Current thread 0x7f2f26aa5740 (most recent call first):
  File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 273 in 
_reset_cache
  File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 543 in 

  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", 
line 33 in __enter__
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", 
line 48 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/_distributor_init.py", 
line 13 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 1035 in _handle_fromlist
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/__init__.py", 
line 140 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/scipy/__init__.py", 
line 61 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/community.py",
 line 20 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/__init__.py",
 line 8 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/__init__.py", line 
112 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/meta/asttools/visitors/graph_visitor.py",
 line 11 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/meta/asttools/__init__.py", 
line 55 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 

Re: leo stops working

2020-07-30 Thread GEOFFREY EVANS
 Thanks Brian, 
that seems to work: at least Leo starts now.   If I've got this right, "disable 
the livecode.py plugin" means comment out that line in myLeoSettings.leo?
geoff



On Thursday, July 30, 2020, 3:40:02 p.m. NDT, Brian Theado 
 wrote:  
 
 Based on your output, it looks like you are still stuck with your original 
problem. It is crashing while trying to load the meta package. Since it is the 
livecode.py plugin which is using that package, you could just launch leo 
without any plugins (--no-plugins command line option) and then disable the 
livecode.py plugin.
If you need the livecode plugin, then your best bet is to try troubleshooting 
it from python without leo involved.
python>>> import meta
If that fails in the same way, then the issue is completely separate from leo.

On Thu, Jul 30, 2020 at 7:24 AM GEOFFREY EVANS  wrote:

 Thanks Brian,    Sorry for the huge file.  There's nothing in it that I can 
recognize as the problem, but others will have more skill and knowledge ofthese 
areas.
geoff

(base) geoff:1567>python leo-editor-master/launchLeo.py 
Fatal Python error: Segmentation fault

Current thread 0x7f2f26aa5740 (most recent call first):
  File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 273 in 
_reset_cache
  File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 543 in 

  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", 
line 33 in __enter__
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", 
line 48 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/_distributor_init.py", 
line 13 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 1035 in _handle_fromlist
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/__init__.py", 
line 140 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/scipy/__init__.py", 
line 61 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/community.py",
 line 20 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/__init__.py",
 line 8 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/__init__.py", line 
112 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/meta/asttools/visitors/graph_visitor.py",
 line 11 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/meta/asttools/__init__.py", 
line 55 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 

Re: leo stops working

2020-07-30 Thread Brian Theado
Based on your output, it looks like you are still stuck with your original
problem. It is crashing while trying to load the meta package. Since it is
the livecode.py plugin which is using that package, you could just launch
leo without any plugins (--no-plugins command line option) and then disable
the livecode.py plugin.

If you need the livecode plugin, then your best bet is to try
troubleshooting it from python without leo involved.

python
>>> import meta

If that fails in the same way, then the issue is completely separate from
leo.


On Thu, Jul 30, 2020 at 7:24 AM GEOFFREY EVANS 
wrote:

> Thanks Brian,
> Sorry for the huge file.  There's nothing in it that I can recognize
> as *the* problem, but others will have more skill and knowledge ofthese
> areas.
>
> geoff
>
> (base) geoff:1567>python leo-editor-master/launchLeo.py
> Fatal Python error: Segmentation fault
>
> Current thread 0x7f2f26aa5740 (most recent call first):
>   File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 273
> in _reset_cache
>   File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 543
> in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", line
> 33 in __enter__
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", line
> 48 in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/_distributor_init.py",
> line 13 in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 1035 in _handle_fromlist
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/__init__.py", line
> 140 in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/scipy/__init__.py", line
> 61 in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 953 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/community.py",
> line 20 in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/__init__.py",
> line 8 in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/__init__.py",
> line 112 in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/meta/asttools/visitors/graph_visitor.py",
> line 11 in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/meta/asttools/__init__.py",
> line 55 in 
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 728 in exec_module
>   File "", line 677 in _load_unlocked
>   File "", line 967 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 953 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File "", line 219 in
> _call_with_frames_removed
>   File "", line 953 in _find_and_load_unlocked
>   File "", line 983 in _find_and_load
>   File
> "/home/geoff/anaconda3/lib/python3.7/site-packages/meta/decompiler/simple_instructions.py",
> line 13 in 
>   

Re: vs code plugin: git graph

2020-07-30 Thread Edward K. Ream
On Wed, Jul 29, 2020 at 10:24 PM Félix  wrote:

> It's suggested to (and easy once you're familiar with the api,) add
buttons into other extension's (or default) views and panels,

I didn't know that was possible. That's a way cool feature.

> I'm going to try it out and correct myself if needed!

Please let us all know the results.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS0d44TbAeV9JcVQYL5%2B0wp-08PUyGPDV1BaDZZfauA55g%40mail.gmail.com.


Re: leo stops working

2020-07-30 Thread Edward K. Ream
On Wed, Jul 29, 2020 at 7:23 PM Brian Theado  wrote:

> Geoff
>
> On Tue, Jul 28, 2020 at 3:44 PM Geoff Evans 
> wrote:
>
>> < pip install leo >   appeared to work (once I banished all the 5.9 stuff
>> to a directory outside anaconda), but when I tried to run leo:
>>
>> (base) geoff:1520>leo mbr.leo
>>
>> setting leoID from os.getenv('USER'): 'geoff'
>> Leo 6.2.1 final
>> Segmentation fault (core dumped)
>>
>
> For core dumps, you can add 'import faulthandler; faulthandler.enable()'
> to launchLeo.py and you should get a python stack trace at the time of the
> segfault.
>

I didn't know that. Thanks. Check the "learn something new every day" box.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS1uBd8xFcYyzq%2BtiRr0AxjDHiW29PeH-y5gQ1mp46Cskg%40mail.gmail.com.


Re: leo stops working

2020-07-30 Thread GEOFFREY EVANS
 Thanks Brian,    Sorry for the huge file.  There's nothing in it that I can 
recognize as the problem, but others will have more skill and knowledge ofthese 
areas.
geoff

(base) geoff:1567>python leo-editor-master/launchLeo.py 
Fatal Python error: Segmentation fault

Current thread 0x7f2f26aa5740 (most recent call first):
  File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 273 in 
_reset_cache
  File "/home/geoff/anaconda3/lib/python3.7/ctypes/__init__.py", line 543 in 

  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", 
line 33 in __enter__
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/mkl/__init__.py", 
line 48 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/_distributor_init.py", 
line 13 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 1035 in _handle_fromlist
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/numpy/__init__.py", 
line 140 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "/home/geoff/anaconda3/lib/python3.7/site-packages/scipy/__init__.py", 
line 61 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/community.py",
 line 20 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/generators/__init__.py",
 line 8 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/networkx/__init__.py", line 
112 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/meta/asttools/visitors/graph_visitor.py",
 line 11 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/meta/asttools/__init__.py", 
line 55 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File "", line 219 in _call_with_frames_removed
  File "", line 953 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/meta/decompiler/simple_instructions.py",
 line 13 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/meta/decompiler/instructions.py",
 line 8 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load
  File 
"/home/geoff/anaconda3/lib/python3.7/site-packages/meta/decompiler/__init__.py",
 line 7 in 
  File "", line 219 in _call_with_frames_removed
  File "", line 728 in exec_module
  File "", line 677 in _load_unlocked
  File "", line 967 in _find_and_load_unlocked
  File "", line 983 in _find_and_load