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

Prevent missing github authentication directories from stopping downloading PDKs #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sizeru
Copy link

@sizeru sizeru commented Apr 10, 2025

When running volare with the following command (following a fresh install):

./venv/bin/volare enable --pdk sky130

I get the following error:

[Errno 20] Not a directory: 'gh'

If github authentication information cannot be found, this causes the pdk to never be downloaded. The following fix catches this error.

When running volare to enable a pdk, I would get the following error:

[Errno 20] Not a directory: 'gh'

If github authentication information cannot be found, this causes the pdk to never be downloaded.
@sizeru sizeru changed the title Prevent missing github authentication directories from downloading PDKs Prevent missing github authentication directories from stopping downloading PDKs Apr 10, 2025
@donn
Copy link
Contributor

donn commented Apr 10, 2025

Could I ask you to refile against the maintained fork https://github.com/fossi-foundation/ciel please?

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

Successfully merging this pull request may close these issues.

2 participants