-
Notifications
You must be signed in to change notification settings - Fork 44k
Readme might be missing some steps #775
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
Comments
👋 Thanks for contributing @westerdaled! We will review the issue and get back to you soon. |
I was facing the same issue.. Clarification is inevitable in Readme about the file name for accessing the token while running the python scripts |
@PaskalSunari , I agree with you. I am getting a bit further using in Codespaces. I think the confusion can be that things that are optional for a local install seem already installed in codespaces such as MInicoda. However, the setup, next suggests Jupyter notebook which I am not running in a separate tab . Hopefully, why I need this will become clearer as I explore the course 😕. |
I can't get any of the example notebooks to execute properly locally at all, even after installing all the required packages. Codespaces help but not everything runs there either and it's slow. The video content is fine but trying things out on your own does not really work. Still can't get tiktoken to work at all locally. |
Thanks for reporting @westerdaled - will look to improve onboarding here. @slacker-kb can you share what errors you are seeing? |
For example, lesson 04 I keep getting errors for items I have installed. oai-assignment.ipynb Exercise 1, import error on tiktoken. Not found. I've properly installed. I've tried installing the rust compiler first (which was a reported issue with tiktoken). I've installed with pip and with conda. I've created my .env file properly. If the first lesson that uses these items doesn't work, it doesn't motivate learners to move on. EDIT: If I run 'pip list' the modules are there. Same with 'conda list'. |
Uh oh!
There was an error while loading. Please reload this page.
I have connected my local VSCode to my CodeSpace instance.
Going through the initial set up, I found a couple of issues:
-
pip install python-dotenv
however, on running the script I am getting an error onfrom
dotenv import load_dotenv
I have seen a error referencing installing .NET 9.0 sdk so I have went through these instructions: install .net
The text was updated successfully, but these errors were encountered: