Hi Hassan, Scripts with messages to check out auto_gpt.py blog_summarization.py extract_template.py function_chain.py main.py openai migrate prompt_generation.py prompt_testing.py token_limit.py youtube_to_tweet.py They all got same message: You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API. You can run `openai migrate` to automatically upgrade your codebase to use the 1.0.0 interface. Alternatively, you can pin your installation to the old version, e.g. `pip install openai==0.28` A detailed migration guide is available here: https://github.com/openai/openai-python/discussions/742 ……………………………………………………………………………………………………………………………… pip install newspaper error WARNING! You are attempting to install newspaper's python2 repository on python3. PLEASE RUN `$ pip3 install newspaper3k` for python3 or `$ pip install newspaper` for python2 [end of output] I did not find newspaper.py ------------------------------------------------------------------------------------------------------------------- web_search.py error Exception: Error: API request failed with status code 401. Cleared browser cache (no help) Following modules I have to load manually. Maybee list them in course description as pre-requisites so students don't get errors. pip install newspaper pip install langchain pip install youtube_transcript_api pip install selenium pip install selenium_stealth pip install stealth pip install serp pip install BeautifulSoup pip install bs4 pip install webdriver_manager Thanks Jan Rikard