-
Notifications
You must be signed in to change notification settings - Fork 384
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
PDK Not Building #526
Comments
Workaround from Eugene Stolbikov :
|
I think this is another case of chipsalliance/f4pga-examples#169 / conda/conda#10815 From @kgugala @ chipsalliance/f4pga-examples#169 (comment)
|
Fixed by #486 |
I ran into this problem again today: Pip subprocess error: CondaEnvException: Pip failed make[1]: *** [/home/indir/openlane/openlane/pdks/skywater-pdk/third_party/make-env/conda.mk:145: /home/indir/openlane/openlane/pdks/s kywater-pdk/env/conda/envs/skywater-pdk-scripts/bin/python] Error 1 |
See problem report posted above |
@dralabeing Thanks for posting. Could you check your If the last line is This may be caused by the Here's a quick fix if you don't want to update your local openlane. |
@d-m-bailey Thanks for the work around..noted. I updated openLane and this fixed the problem barring an error in import yaml: ...This was fixed by explicitly installing the correct pip3 library. Suggestions:
|
@dralabeing See #544. Looks like yaml is documented as a prerequisite that needs to be installed before openlane. You can close this issue if your satisfied. |
ok thanks @d-m-bailey |
Describe the bug
The PDK is not building properly, apparently because of a conda issue with https://github.com/google/skywater-pdk.
Issue is currently affecting CI, myself and a number of users.
To Reproduce
make pdk
Expected behavior
PDK is made
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: