Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://agpt.co
Other
168.44k stars 44.44k forks source link

Does not run on FreeBSD #3049

Closed probonopd closed 1 year ago

probonopd commented 1 year ago

⚠️ Search for existing issues first ⚠️

Which Operating System are you using?

Other (Please specify in your problem)

Which version of Auto-GPT are you using?

Stable (branch)

GPT-3 or GPT-4?

GPT-3.5

Steps to reproduce 🕹

git clone https://github.com/Significant-Gravitas/Auto-GPT
cd Auto-GPT
git checkout stable
sudo pkg install gcc
pip install -r requirements.txt
python3 -m autogpt --gpt3only

Current behavior 😯

ModuleNotFoundError: No module named 'selenium.webdriver.safari.options'

This is solved (see below), but now it wants to download chromedriver_None64.zip which does not exist. It should use the Linux64 version instead.

Expected behavior 🤔

Runs

Your prompt 📝

No response

Your Logs 📒

No response

probonopd commented 1 year ago

Possibly related:

Trying the workaround presented there now: pip install --upgrade --force-reinstall -r requirements.txt.

probonopd commented 1 year ago

That worked, but now getting

SYSTEM:  Command browse_website returned: Error: There is no such driver by url https://chromedriver.storage.googleapis.com/112.0.5615.49/chromedriver_None64.zip
probonopd commented 1 year ago

Telling it to use chromedriver_linux64 (which does run on FreeBSD thanks to the Linuxulator!) does not work either:

Input: Use https://chromedriver.storage.googleapis.com/112.0.5615.49/chromedriver_linux64.zip 
SYSTEM:  Human feedback: Use https://chromedriver.storage.googleapis.com/112.0.5615.49/chromedriver_linux64.zip
...
Enter 'y' to authorise command, 'y -N' to run N continuous commands, 'n' to exit program, or enter feedback for ...
Input:y
-=-=-=-=-=-=-= COMMAND AUTHORISED BY USER -=-=-=-=-=-=-= 
SYSTEM:  Command browse_website returned: Error: There is no such driver by url https://chromedriver.storage.googleapis.com/112.0.5615.49/chromedriver_None64.zip
probonopd commented 1 year ago

Possibly related:

github-actions[bot] commented 1 year ago

This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.

github-actions[bot] commented 1 year ago

This issue was closed automatically because it has been stale for 10 days with no activity.