GateTools icon indicating copy to clipboard operation
GateTools copied to clipboard

parserMacro.py from pypi package

Open SimonRit opened this issue 2 years ago • 3 comments

If I pip install gatetools with Python 3.10 and run gate_split_and_run.py --help, I get:

Traceback (most recent call last):
  File "/home/srit/miniconda3/envs/gt/bin/gate_split_and_run.py", line 16, in <module>
    from parserMacro import *
ModuleNotFoundError: No module named 'parserMacro'

SimonRit avatar Nov 22 '23 12:11 SimonRit

And gate_power_merge.sh too.

SimonRit avatar Nov 22 '23 13:11 SimonRit

I checked on the cluster, all the cluster tools are not installed with the wheel. The repository is cloned and the clustertools directory is added to PATH. I can try to add the directory in MANIFEST.in

tbaudier avatar Nov 22 '23 15:11 tbaudier

I had the same issue.

sudoyang avatar Dec 16 '23 06:12 sudoyang