Closed yunjunz closed 5 years ago
@2gotgrossman @yunjunz I installed the dask_jobqueue=0.4 but then I get following error which askes for dask distributed. I follow the instruction but nothing changes:
2019-04-15 09:46:31,186 - INFO - pysarApp.py /nethome/sxm1611/insarlab/infiles/sxm1611/TEMPLATES/test_unittestGalapagosSenDT128.template --end load_data |& tee out_pysar.log
20190415:094631 pysarApp.py /nethome/sxm1611/insarlab/infiles/sxm1611/TEMPLATES/test_unittestGalapagosSenDT128.template --end load_data |& tee out_pysar.log
Traceback (most recent call last):
File "/nethome/sxm1611/test/testsara/rsmas_insar/3rdparty/miniconda3/lib/python3.6/site-packages/dask/distributed.py", line 5, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/nethome/sxm1611/test/testsara/rsmas_insar/sources/PySAR/pysar/pysarApp.py", line 21, in
Please either conda or pip install dask distributed:
conda install dask distributed # either conda install
pip install dask distributed --upgrade # or pip install
2019-04-15 09:46:33,222 - INFO - pysarApp.py /nethome/sxm1611/insarlab/infiles/sxm1611/TEMPLATES/test_unittestGalapagosSenDT128.template
20190415:094633 pysarApp.py /nethome/sxm1611/insarlab/infiles/sxm1611/TEMPLATES/test_unittestGalapagosSenDT128.template
20190415:094633 (pysarApp.py /nethome/sxm1611/insarlab/infiles/sxm1611/TEMPLATES/test_unittestGalapagosSenDT128.template | tee out_pysar.o) 3>&1 1>&2 2>&3 | tee out_pysar.e
Traceback (most recent call last):
File "/nethome/sxm1611/test/testsara/rsmas_insar/3rdparty/miniconda3/lib/python3.6/site-packages/dask/distributed.py", line 5, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/nethome/sxm1611/test/testsara/rsmas_insar/sources/PySAR/pysar/pysarApp.py", line 21, in
Please either conda or pip install dask distributed:
conda install dask distributed # either conda install pip install dask distributed --upgrade # or pip install
Hi @2gotgrossman, could you add a minimum version constarint in
docs/conda.txt
file fordask_jobqueue
, both I and @mirzaees encountered the issue that conda install an obsolete version of 0.1, which does not have LSFCluster. I fixed the issue by re-installed a new miniconda3, which later on install the dask_jobqueue with version 0.4.https://github.com/insarlab/PySAR/blob/d3cac2b0d4c4e97b01a5fb637c5382f43bcf023d/docs/conda.txt#L4