kytos / pathfinder

Kytos main path finder Network Application (NApp)
https://napps.kytos.io/kytos/pathfinder
MIT License
1 stars 21 forks source link

Package install fails when creating symlink: No such file or directory (...)pathfinder/napps/__init__.py #45

Closed italovalcy closed 4 years ago

italovalcy commented 4 years ago

Hi Kytos team,

When installing the kytos/pathfinder napp through setup.py, it fails with error "No such file or directory (...)pathfinder/napps/init.py".

That is because the setup.py is still using the function _create_file_symlink() which seems not being used anymore in other napps.

Steps to reproduce:

  1. Install kytos and kytos/pathfinder dependencies
  2. Clone the kytos/pathfinder
  3. Run the pathfinder install:
    python setup.py develop

Expected behavior:

Actual behavior: