Error in installing dependencies #2141
Unanswered
karpagam5789
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been encountering an issue while trying to install dependencies for the Digital Inverter Colab notebook that uses the PDK Sky130A. Below is the error message I'm seeing:
I was trying to install the dependencies by simply running the provided cell block in the notebook. This problem has been persisting for a couple of days now. Here are some details:
Environment Prefix: /content/conda-env
Python Version: 3.7*
Dependencies: openlane, open_pdks.sky130a
It appears that there's an issue with libmamba not being able to lock a non-existing path and subsequent extraction errors for several packages.
A few days ago, I used the same notebook without any problems. However, now I'm encountering these issues.
I've tried several approaches to resolve this, including:
Re-running the cell block
Checking if the directories mentioned exist and are writable
Ensuring there are no conflicts with other conda environments
Nothing seems to work. Any guidance on how to resolve this would be greatly appreciated.
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions