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

Did not find branch or tag 'ec/fix-youtube-import', assuming revision or ref. #84

Closed 13-4dev closed 3 months ago

13-4dev commented 4 months ago

Running command git checkout -q ec/fix-youtube-import error: pathspec 'ec/fix-youtube-import' did not match any file(s) known to git

GearStarter commented 3 months ago

Same problem

pka420 commented 3 months ago

Try changing requirements.txt

Change this line to 
steamship@git+https://github.com/steamship-core/python-client@ec/fix-youtube-import
This line:
steamship@git+https://github.com/steamship-core/python-client@main
diptobiswas commented 3 months ago

Try changing requirements.txt

Change this line to 
steamship@git+https://github.com/steamship-core/python-client@ec/fix-youtube-import
This line:
steamship@git+https://github.com/steamship-core/python-client@main

fixed it for me

pka420 commented 3 months ago

Try changing requirements.txt

Change this line to 
steamship@git+https://github.com/steamship-core/python-client@ec/fix-youtube-import
This line:
steamship@git+https://github.com/steamship-core/python-client@main

fixed it for me

Cool, I can send a pull request, but there is 9 already. Don't know if its actively maintained.