Skip to content

installation failed #3

@Zeromatiker

Description

@Zeromatiker

Installation guide is missing some steps:
first: sudo apt install virtualenv
then pip install -r requirements.txt threw some error that Cython is missing, pip install Cython helped

second try of pip install -r requirements.txt:

Complete output from command python setup.py egg_info:
Found pcap headers in /usr/src/linux-headers-4.10.0-20-generic/include/config/input/pcap.h
Found libraries in None
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-build-oEuHhY/pypcap/setup.py", line 63, in <module>
    lib_file = os.path.basename(lib_file_path)
  File "/blablabla/LinNetLim-master/env/lib/python2.7/posixpath.py", line 114, in basename
    i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-oEuHhY/pypcap/

When running sudo env/bin/python kivy_ui.py:

Traceback (most recent call last):
  File "kivy_ui.py", line 2, in <module>
    from kivy.app import App
ImportError: No module named kivy.app

sorry if its my fault somehow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions