kytos-ng / scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing amlight/scheduler in kytos-ng env fail: does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found

italovalcy opened this issue · comments

When we try to install amlight/scheduler in the new Kytos-ng environment, the installation fails with the following error:

$ python3 -m pip install -e git+https://github.com/amlight/scheduler#egg=amlight-scheduler
Obtaining amlight-scheduler from git+https://github.com/amlight/scheduler#egg=amlight-scheduler
  Cloning https://github.com/amlight/scheduler to /src/amlight-scheduler
  Running command git clone --filter=blob:none -q https://github.com/amlight/scheduler /src/amlight-scheduler
  Resolved https://github.com/amlight/scheduler to commit 78ecd911c76bf5247134ea07bddcd7ec44dedee3
ERROR: amlight-scheduler from git+https://github.com/amlight/scheduler#egg=amlight-scheduler does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

An environment where this error is happening is amlight/kytos docker image.