You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that I was unable to install it correctly. Whenever I check miaplpyApp.py -h, which should work if the installation was successful, I receive the error message bash: miaplpyApp.py: command not found. However, when I use miaplpyApp -h, it functions properly.
Before, I successfully installed MintPy and ISCE-2 on my desktop by following the instructions provided in this link: https://github.com/yunjunz/conda-envs.
I would greatly appreciate any assistance you could provide in resolving the installation issue with MiaplPy.
The text was updated successfully, but these errors were encountered:
Hi @nafissk, sorry for my late reply.
The miaplpyApp command without .py is the way it is exposed in pip installation. So it is working correctly, although if you want to use the .py script, you need to add Miaplpy to your PYTHONPATH and PATH
Hello @mirzaees,
I am attempting to install MiaplPy on my desktop by following the instructions provided in the documentation: https://github.com/insarlab/MiaplPy/blob/main/docs/installation.md.
It seems that I was unable to install it correctly. Whenever I check miaplpyApp.py -h, which should work if the installation was successful, I receive the error message bash: miaplpyApp.py: command not found. However, when I use miaplpyApp -h, it functions properly.
Before, I successfully installed MintPy and ISCE-2 on my desktop by following the instructions provided in this link: https://github.com/yunjunz/conda-envs.
I would greatly appreciate any assistance you could provide in resolving the installation issue with MiaplPy.
The text was updated successfully, but these errors were encountered: