Gen Li

Results 4 comments of Gen Li

https://github.com/ssut/py-googletrans/pull/381/files This PR #381 works! Just install the `googletrans` before `openai` package to let `googletrans` use `httpx==0.23.0`. ```shell pip install googletrans==4.0.0-rc1 pip install openai ```

> So I installed: pip install googletrans==4.0.0-rc1 --- still not working. Can anyone explain in detail? Did you follow my step? After you install it you should modify the code...

> > https://github.com/ssut/py-googletrans/pull/381/files > > This PR #381 works! > > Just install the `googletrans` before `openai` package to let `googletrans` use `httpx==0.23.0`. > > ```shell > > pip install...

@haniyeh-ft hello did you install `openai` after `googletrans==4.0.0-rc1`? You should do it to make sure the version (of `httpx==0.23.0`) is correct.