- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have a strange error message when I launch a new terminal on my AMD64 pc with Debian10 Buster.
Here below the source command into my ~/.zshrc :
# Intel compilers and oneAPI - 2021
source /opt/intel/oneapi/setvars.sh
and the result :
: initializing oneAPI environment ...
zsh: ZSH_VERSION = 5.7.1
:: advisor -- latest
:: ccl -- latest
:: clck -- latest
:: compiler -- latest
:: dal -- latest
:: debugger -- latest
:: dev-utilities -- latest
:: dnnl -- latest
:: dpcpp-ct -- latest
:: dpl -- latest
:: inspector -- latest
:: intelpython -- latest
/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/xgboost_activate.sh:16: = not found
:: ipp -- latest
:: ippcp -- latest
:: ipp -- latest
:: itac -- latest
:: mkl -- latest
:: mpi -- latest
:: tbb -- latest
:: vpl -- latest
:: vtune -- latest
:: oneAPI environment initialized ::
As you can see, I get this error :
/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/xgboost_activate.sh:16: = not found
How to fix it ?
Is it related to another problems about VTune when I boot my Debian 10 :
vtsspp : Faidel to initialize driver
vtsspp : Empty 'kallsyms_lookup_name' function address
vtsspp : Failed to find 'cea_set_pte' symbol
??
Any help is welcome, I begin to despeate
Regards
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi chris6,
Thanks for posting your concern in the forum. However, this forum topic is to provide support on Getting Started questions for Intel® oneAPI Toolkits, Intel® Parallel Studio XE and Intel® System Studio while the query is regarding a post-installation issue. Please be rest assured, as we are routing your post to the correct forum. Our internal team would get back to you there in a timely manner. Have a nice day ahead.
Regards,
Soumya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
>>"How to fix it ?"
You can replace '[' and ']' with '[[' and ']]' respectively in "/opt/intel/oneapi/intelpython/latest/etc/conda/activate.d/xgboost_activate.sh:16"
i.e replacing the below line
if [ "${OCL_ICD_FILENAMES}" == "" ]
with
if [[ "${OCL_ICD_FILENAMES}" == "" ]]
Now running the ZSH script will solve the issue.
Another way is to install bash and run all commands in the bash shell.
Thanks & Regards,
Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We have not heard back from you. Is your issue resolved? Please get back to us if the issue still persists.
Thanks & regards,
Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
As we have not heard back from you, we are considering that your issue has been resolved and we have answered all your queries. So we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.
Have a Good day!
Thanks & Regards,
Santosh

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page