Closed lewtun closed 2 months ago
I am unable to install websop package through pip. can you share your env details?
can you try if local install via readme works? pip might be maintain overdued
Yes I can confirm the local install works. Perhaps it makes sense to remove the pip
part of the README if there's no plan to update it?
removed!
I'm submitting a ...
What is the current behavior?
I am trying to run
webshop
via the Python package onpip
. The installation seems to work fine, but afterwards I am not able to importWebAgentTextEnv
due to the following error:Steps to Reproduce
Run
pip install webshop
followed byWhat is the expected behavior?
That I can import the
WebAgentTextEnv
as described in the usage section of the README.Motivation for Change
I would like to integrate
WebAgentTextEnv
within my own training scripts and installing everything from source is a big hassle due to dependency conflicts and manual downloads. It would be great to have the Python package dependencies setup so that it is the exact minimum needed to use the environmentPlease tell us about your environment: