Skip to content
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

Issue after installing #74

Open
yuhxuen opened this issue Jan 21, 2025 · 2 comments
Open

Issue after installing #74

yuhxuen opened this issue Jan 21, 2025 · 2 comments

Comments

@yuhxuen
Copy link

yuhxuen commented Jan 21, 2025

Image

Image

After installing using pip, I am unable to run the program... When I try to look at it on VS code, it says that icalendar import could not be resolved...

Image

Could I check if I am doing something wrong? Thank you so much for your help...

@yuhxuen
Copy link
Author

yuhxuen commented Jan 21, 2025

Sorry I am not sure if this is the right place to ask... I'm still learning how to navigate github...

@eoleedi
Copy link
Owner

eoleedi commented Jan 22, 2025

It's likely because the python script path is not added to the PATH on windows. You can either

  1. Run py -m timetree-exporter
  2. Or add the script folder C:\Users[user]\AppData\Local\Programs\Python\Python[VersionNumber]\Scripts to the PATH(Environment variable) tutorial

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

No branches or pull requests

2 participants