Open ntubiolin opened 9 months ago
When I follow the readme to run the command
pip install -r requirements.txt
underbackend
directory, an error occurs:ERROR: packages/gizmo-agent is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+ svn, svn+file).
It seems that in the newest codebase, there is no directory
backend/packages/gizmo-agent
I just ran into the same problem, I hope the authors can solve it soon. : )
It's obviously the current code base in the main branch missed the packages
director, which is different from the description of README.md
.
download an older repo and copy the packages folder to backend ?
Thank you. However, this needs to be fixed. Ran into the same issue.
Same.
Same.
As he mentioned - get the folder packages from here and add it in the backend folder.
Then the requirement reference to gizmo-agent will be found as well as the agent-executor as following from the requirements :)
I am not aware of the reason why they didn't include the folder in this version ¯\_(ツ)_/¯
download an older repo and copy the packages folder to backend ?
Most of the old packages content has been refactored into new code. The requirements.txt is quite oudated, needs to be fixed.
download an older repo and copy the packages folder to backend ?
Thank you, that it is works for me
the same error.
Same error.
ERROR: packages/gizmo-agent is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).
When I follow the readme to run the command
pip install -r requirements.txt
underbackend
directory, an error occurs:It seems that in the newest codebase, there is no directory
backend/packages/gizmo-agent