Samuel López

Results 6 comments of Samuel López

> I still had problems using typing-extensions>=4.2.0. However, pinning to 4.5.0 worked. > > ``` > typing-extensions==4.5.0 > ``` This worked for me with langchain==0.0.248

Same problem here. `env = UnityEnvironment(file_name=env_path)` `UnityTimeOutException: The Unity environment took too long to respond. Make sure that : The environment does not need user interaction to launch The Agents'...