Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python version #15

Closed
BatmanofZuhandArrgh opened this issue Apr 12, 2024 · 1 comment
Closed

Python version #15

BatmanofZuhandArrgh opened this issue Apr 12, 2024 · 1 comment

Comments

@BatmanofZuhandArrgh
Copy link

BatmanofZuhandArrgh commented Apr 12, 2024

Hi what Python Version does this run on?
I had to install alfworld on 3.6 for this issue
But python3.6 can only install openai max at 0.8.0, which breaks the code. I have also tested python3.7 and 3.8 and does not work with AI2Thor. I am on ubuntu 20.04. Can u share your python version?

@BatmanofZuhandArrgh
Copy link
Author

BatmanofZuhandArrgh commented Apr 12, 2024

Hi just an update, for people who might need it.
Basically my script/check_thor.py and run_eval.py both got stuck due to askforalfred/alfred#130
The output of the log file looks like this:

SocketException: The socket has been shut down
at System.Net.Sockets.Socket.Send (System.Byte[] buf) [0x00000] in
at AgentManager+c__Iterator3.MoveNext () [0x00000] in
at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr >

(Filename: Line: -1)

All I need to do is pip install werkzeug-2.0.3. Alfworld does not require python3.6 to be able to run. I'm running this repo on python 3.8, ubuntu 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant