You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Looking at the documentation there seems to be no mention of the dependency python3-distutils when installing nyx on Ubuntu 18.04 OS.
When installing on 18.04 one encounters an error which may look like this:
File "/usr/bin/nyx", line 11, in load_entry_point('nyx==2.0.4', 'console_scripts', 'nyx')() File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 480, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2693, in load_entry_point returnep.load() File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2324, in load returnself.resolve() File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2330, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/usr/lib/python3/dist-packages/nyx/init.py", line 46, in import distutils.spawn ModuleNotFoundError: No module named 'distutils.spawn'
It would be helpful to add a small note regarding dependency on either the Github repo or at nyx.torproject.org.
I suggest a short note like this under the FAQ section at nyx.torproject.org, and specifically under the question "Does Nyx have any dependencies?":
Ubuntu 18.04 dependency:
python3-distutils
The text was updated successfully, but these errors were encountered:
Hi! Looking at the documentation there seems to be no mention of the dependency python3-distutils when installing nyx on Ubuntu 18.04 OS.
When installing on 18.04 one encounters an error which may look like this:
It would be helpful to add a small note regarding dependency on either the Github repo or at nyx.torproject.org.
I suggest a short note like this under the FAQ section at nyx.torproject.org, and specifically under the question "Does Nyx have any dependencies?":
Ubuntu 18.04 dependency:
python3-distutils
The text was updated successfully, but these errors were encountered: