Open harshkhandeparkar opened 1 year ago
To resolve this, I recommend creating two separate virtual environments, one for each package which allows us to isolate their dependencies, ensuring that the specific gdsfactory
versions required by each package are satisfied without causing conflicts.
The
gf180
andsky130
packages have differentgdsfactory
version requirements. Installing both together causes the previously installedgdsfactory
version to be replaced with the following error.(The above error occurred when
gf180
was installed after installingsky130
)This issue was encountered in OpenFASoC's https://github.com/idea-fasoc/OpenFASOC/issues/235, where both
gf180
andsky130
packages are required to be installed.