<#1689 docopt not in requirements.txt> Issue creat...
# openlane-development
g
#1689 docopt not in requirements.txt Issue created by mguthaus Description The run_lvs.py script in pdks/sky130A/libs.tech/klayout/lvs/run_lvs.py requires docopt, but it is not installed. Expected Behavior Running run_lvs.py should work. Environment report
Copy code
Kernel: Linux v6.0.12-76060012-generic
Distribution: pop 20.04
Python: v3.8.10 (OK)
Container Engine: docker v23.0.1 (OK)
OpenLane Git Version: 2857b632bb9a79f65c7ab6dca195d7eb5e5d60e6
pip: INSTALLED
python-venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)

2857b632 2023-03-16T16:06:06+02:00 Fix Make Test Sets (#1683) - Mohamed Gaber -  (HEAD -> master, tag: 2023.03.17, origin/master, origin/HEAD)
735c148e 2023-03-16T00:18:12+02:00 Backport KLayout Script Updates (#1680) - Mohamed Gaber -  (tag: 2023.03.16)
05fac72e 2023-03-13T21:31:50+02:00 [BOT] Update openroad_app (#1654) - Openlane Bot -  (tag: 2023.03.14)
---
Git Remotes

origin  <https://github.com/The-OpenROAD-Project/OpenLane> (fetch)
origin  <https://github.com/The-OpenROAD-Project/OpenLane> (push)
Reproduction material git clone https://github.com/The-OpenROAD-Project/OpenLane.git cd OpenLane make mount cd pdks/sky130A/libs.tech/klayout/lvs python3 run_lvs.py Relevant log output
Copy code
Traceback (most recent call last):
  File "/openlane/pdks/sky130A/libs.tech/klayout/lvs/run_lvs.py", line 44, in <module>
    from docopt import docopt
ModuleNotFoundError: No module named 'docopt'
The-OpenROAD-Project/OpenLane