EniasCailliau / GirlfriendGPT

Girlfriend GPT is a Python project to build your own AI girlfriend using ChatGPT4.0
https://gptgirlfriend.online
2.58k stars 435 forks source link

deploy issue #48

Open checkiiiii opened 1 year ago

checkiiiii commented 1 year ago

can't run after successfully run through 'pip install steamship'. when run deployment 'ship deploy && ship use' or even changed to 'ship deploy', 'ship use' still encouter the same issue as below:

  1. ...\girlfriend> pip install steamship

Requirement already satisfied: steamship in ...\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (2.17.4rc3) Requirement already satisfied: requests~=2.28.1 in ...\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from steamship) (2.28.2) ... Requirement already satisfied: regex>=2022.1.18 in ...\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from tiktoken~=0.3.3->steamship) (2023.5.5)

  1. PS ...\girlfriend> ship deploy && ship use

At line:1 char:13

  • ship deploy && ship use
  • ~~ The token '&&' is not a valid statement separator in this version.
    • CategoryInfo : ParserError: (:) [], ParentContainsEr rorRecordException
    • FullyQualifiedErrorId : InvalidEndOfLine
pooriaarab commented 1 year ago

@EniasCailliau Heyy, I'm running into a similar issue.

Have to run ship deploy separately first then ship use. But I get stuck on ship use.

On Windows 10

All I see in my CLI is:

[ ]:

While running Ship use. Any thoughts on what might be causing it?

checkiiiii commented 1 year ago

still can't be solved