Skip to content

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

Open
westerdaled opened this issue May 6, 2025 · 6 comments
Open

Readme might be missing some steps #775

westerdaled opened this issue May 6, 2025 · 6 comments
Assignees

Comments

@westerdaled
Copy link

westerdaled commented May 6, 2025

I have connected my local VSCode to my CodeSpace instance.
Going through the initial set up, I found a couple of issues:

  • Do we generate a classic or fine grained token - I chose fine grained
  • For the python file that reads the token, I created a test.py in the project root.
  • in the terminal
    - pip install python-dotenv however, on running the script I am getting an error on from dotenv import load_dotenv
    I have seen a error referencing installing .NET 9.0 sdk so I have went through these instructions: install .net
  • closed VSCode and will retry tomorrow.
Copy link
Contributor

github-actions bot commented May 6, 2025

👋 Thanks for contributing @westerdaled! We will review the issue and get back to you soon.

@PaskalSunari
Copy link

I was facing the same issue.. Clarification is inevitable in Readme about the file name for accessing the token while running the python scripts

@westerdaled
Copy link
Author

@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 😕.

@slacker-kb
Copy link

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.

@koreyspace
Copy link
Collaborator

Thanks for reporting @westerdaled - will look to improve onboarding here.

@slacker-kb can you share what errors you are seeing?

@slacker-kb
Copy link

slacker-kb commented May 16, 2025

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.
Exercise 2, not found openai. 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'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants