GateTools
GateTools copied to clipboard
parserMacro.py from pypi package
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'
And gate_power_merge.sh too.
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
I had the same issue.