Closed WrathofBhuvan11 closed 2 months ago
Are you following the installation guide in https://openlane.readthedocs.io/en/latest/getting_started/installation/index.html ?
Yes, I'm using Cygwin-X Terminal which is integrated with Windows python (Anaconda installed). I'm running this in Cygwin-X
Additionally, I tried the same make run in Ubuntu WSL. Here's the Error Message SS. I have installed docker, enabled Virtual Settings, I can create Images But, issue with python (Which i'm picking from conda py3.10 env I have)
How can i redirect this /usr/bin/python3 to conda. I already have defined python3 to conda in bashrc file.
Please someone reply
We're leaving it open so someone in the community could maybe reply but we don't have much experience with neither Cygwin nor Conda…
We're leaving it open so someone in the community could maybe reply but we don't have much experience with neither Cygwin nor Conda…
Actually I'm currently trying in Ubuntu env windows. Cygwin is just that path but I'm using Ubuntu Linux WSL to run these.
The last reply screenshot is from Ubuntu WSL
@WrathofBhuvan11 did you update and install required packages in WSL?
sudo apt-get update
sudo apt-get upgrade
sudo apt install -y build-essential python3 python3-venv make git
I'm afraid we cannot support a conda installation, period. Too many variables.
Here one can see when I run the make command for installation, it throws an error with Python. Please help me with resolving the issue. Error: Command '['/home/HP/OpenLane/venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1."