#1028646 "AttributeError: module 'inspect' has no attribute 'getargspec'" trying to start nyx

#1028646#5
Date:
2023-01-14 08:38:32 UTC
From:
To:
Hello,
when I try to start nyx the following error is raised:

```
Traceback (most recent call last):
  File "/usr/bin/nyx", line 33, in <module>
    sys.exit(load_entry_point('nyx==2.1.0', 'console_scripts', 'nyx')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/nyx/__init__.py", line 176, in main
    nyx.starter.main()
  File "/usr/lib/python3/dist-packages/stem/util/conf.py", line 288, in wrapped
    if 'config' in inspect.getargspec(func).args:
                   ^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
```

I don't know what other information you may need to solve this, but I will be
glad to provide them - just please ask me for them.

#1028646#14
Date:
2023-01-21 12:14:21 UTC
From:
To:
close 1028646 1.8.1-2.1
thanks