langchain-ai / opengpts

MIT License
6.48k stars 861 forks source link

ERROR: packages/gizmo-agent is not a valid editable requirement #150

Open ntubiolin opened 9 months ago

ntubiolin commented 9 months ago

When I follow the readme to run the command pip install -r requirements.txt under backend 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

August-L-J commented 9 months ago

When I follow the readme to run the command pip install -r requirements.txt under backend 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. : )

yueguoguo commented 9 months ago

It's obviously the current code base in the main branch missed the packages director, which is different from the description of README.md. image

kennydd001 commented 9 months ago

download an older repo and copy the packages folder to backend ?

https://github.com/langchain-ai/opengpts/tree/nc/multi-arch

rdhillbb commented 9 months ago

Thank you. However, this needs to be fixed. Ran into the same issue.

Gitmaxd commented 9 months ago

Same.

animaya9026 commented 9 months ago

Same.

HyperUpscale commented 9 months ago

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 ?

https://github.com/langchain-ai/opengpts/tree/nc/multi-arch

gyi123 commented 9 months ago

Most of the old packages content has been refactored into new code. The requirements.txt is quite oudated, needs to be fixed.

nsyll commented 9 months ago

download an older repo and copy the packages folder to backend ?

https://github.com/langchain-ai/opengpts/tree/nc/multi-arch

Thank you, that it is works for me

ablozhou commented 8 months ago

the same error.

AhmedAbdien commented 8 months ago

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).