Dear Yt users, I am trying to install YT with the attached installing script. I got the following error message. *Error::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::* Installing yt Testing that yt can be imported install_script.sh: line 414: 45562 Illegal instruction ( ${DEST_DIR}/bin/${PYTHON_EXEC} -c "import yt" 2>&1 ) >> ${LOG_FILE} ******************************************** FAILURE REPORT: ******************************************** yt conda-forge/linux-64::yt-3.5.1-py37hc1659b7_0 Downloading and Extracting Packages yt-3.5.1 | 9.4 MB | ########## | 100% Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done ******************************************** ******************************************** Failure. Check /export/home/minato/yt2020/yt-conda/yt_install.log. The last 10 lines are above. *:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::* I also attached the log file for your reference. Please help me. Many thanks, -Prateek
Hi Prateek, I actually can't tell what, if anything, went wrong. Everything *looks* successful in the log. Any chance you ran out of disk quota? On Wed, Jan 22, 2020 at 7:11 AM Prateek Gupta <prateekgidolia@gmail.com> wrote:
Dear Yt users,
I am trying to install YT with the attached installing script. I got the following error message.
Error:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Installing yt Testing that yt can be imported install_script.sh: line 414: 45562 Illegal instruction ( ${DEST_DIR}/bin/${PYTHON_EXEC} -c "import yt" 2>&1 ) >> ${LOG_FILE} ******************************************** FAILURE REPORT: ********************************************
yt conda-forge/linux-64::yt-3.5.1-py37hc1659b7_0
Downloading and Extracting Packages yt-3.5.1 | 9.4 MB | ########## | 100% Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done
******************************************** ******************************************** Failure. Check /export/home/minato/yt2020/yt-conda/yt_install.log. The last 10 lines are above. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
I also attached the log file for your reference. Please help me.
Many thanks, -Prateek
_______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org
Hi! I think this is the problem:
install_script.sh: line 414: 45562 Illegal instruction ( ${DEST_DIR}/bin/${PYTHON_EXEC} -c "import yt" 2>&1 ) >> ${LOG_FILE}
Looks like yt (or one of its dependencies) package from conda-forge is somehow incompatible with your machine. I'd try two things (in that order): 1) try installing yt from pip (pip install --user yt) 2) try building yt from source (set INST_YT_SOURCE=1 in install_script.sh) Hope this helps! Kacper On 1/23/20 12:08 PM, Matthew Turk wrote:
Hi Prateek,
I actually can't tell what, if anything, went wrong. Everything *looks* successful in the log. Any chance you ran out of disk quota?
On Wed, Jan 22, 2020 at 7:11 AM Prateek Gupta <prateekgidolia@gmail.com> wrote:
Dear Yt users,
I am trying to install YT with the attached installing script. I got the following error message.
Error:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Installing yt Testing that yt can be imported install_script.sh: line 414: 45562 Illegal instruction ( ${DEST_DIR}/bin/${PYTHON_EXEC} -c "import yt" 2>&1 ) >> ${LOG_FILE} ******************************************** FAILURE REPORT: ********************************************
yt conda-forge/linux-64::yt-3.5.1-py37hc1659b7_0
Downloading and Extracting Packages yt-3.5.1 | 9.4 MB | ########## | 100% Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done
******************************************** ******************************************** Failure. Check /export/home/minato/yt2020/yt-conda/yt_install.log. The last 10 lines are above. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
I also attached the log file for your reference. Please help me.
Many thanks, -Prateek
_______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org
_______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org
participants (3)
-
Kacper Kowalik
-
Matthew Turk
-
Prateek Gupta