rajeshatiitm

Results 4 comments of rajeshatiitm

I have successfully installed the abipy using "pip install abipy --user". Using ipython I can test the installation is ok like "from abipy import abilab" However, I can not execute...

I did the following: -->conda install pymatgen==2022.9.8 -->conda create --name my_pymatgen python -->conda activate my_pymatgen -->conda create --name abienv python=3.10 -->conda activate abienv -->conda config --add channels conda-forge -->conda install...

Hi Gmatteo, I can work with abilab in jupyter notbook, it works nicely, but I can not execute in terminal. I get the following error $ abiopen.py --help Traceback (most...

However, I can manually copy that abiopen.py into the working directory (where I am working on example), then it works with command ./abiopen.py. I don't know why does it not...