`gf tool install` does not create "gdsfactory tab" on KLayout menu bar
See original GitHub issueDescribe the bug
According to the docs, running gf tool install
should install the KLayout salt package, and must be similar to installing it straight from KLayout. This should create a tab on the menu bar to import PCells.
To Reproduce
Run gf tool install
in terminal.
Suggested fix
Have gf tool install install the .lym files under macros/gdsfactory
rather than salt/gdsfactory
. Doing so produces this:
I will open a PR soon with this fix.
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
KLayout integration — gdsfactory 6.14.2 documentation
You have 2 ways to install the KLayout gdsfactory plugin to be able to see live updates on your GDS files: from the...
Read more >How to make pip install klayout in macOs faster? #1069 - GitHub
I have this in my backlog. We need to create a wheel for the newer macOS versions and upload to pypi. Right now...
Read more >No shape button on the menu bar - KLayout
Hello, I changed my pc to macOS, and I am adjusting Klayout in macOS. However, when I used Windows, I got shape buttons...
Read more >conda-forge feedstocks | community driven packaging for conda
... python-ldas-tools-diskcacheapi: ldas-tools-diskcacheapi-swig-feedstock ... jupyterlab-language-pack-no-no: jupyterlab-language-packs-feedstock ...
Read more >conda-forge - :: Anaconda.org
aiida-tools, 0.4.1, Apache-2.0, X, Helper tools for developing AiiDA plugins. ... CIF2Cell is a tool to generate the geometrical setup for various.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay it looks like it’s because the rest of the macros aren’t included in the MANIFEST.in. So if we replace
with
I think it should fix this.
Just
pip install gdsfactory
. I’ve tried this in multiple conda envs with different python versions, and on both Windows and WSL - same issue in all.Yep, I don’t think there is a need to move them to another place now, if we can fix the above issue.