<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error setting environment variables on macOS in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Error-setting-environment-variables-on-macOS/m-p/1272866#M1081</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the accepting as a solution. Intel will no longer monitor this thread. Further discussions on this thread will be considered community only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;
&lt;P&gt;Noorjahan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 11:12:16 GMT</pubDate>
    <dc:creator>NoorjahanSk_Intel</dc:creator>
    <dc:date>2021-06-21T11:12:16Z</dc:date>
    <item>
      <title>Error setting environment variables on macOS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Error-setting-environment-variables-on-macOS/m-p/1272357#M1076</link>
      <description>&lt;P&gt;I'm trying to follow the steps &lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-hpc-macos/top/before-you-begin.html" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;and I get the following error when sourcing the setvars.sh script:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;❯ source setvars.sh&lt;BR /&gt;setvars.sh:436: no matches found: advisor\ncommon.sh\ncompiler\nconda_channel\ndal\ndev-utilities\ndnnl\ninstaller\nintelpython\nipp\nippcp\nlicensing\nlogs\nmkl\nmodulefiles-setup.sh\nreadme-get-started-mac-os-base-kit.html\nsetvars.sh\nsupport.txt\nsys_check.sh\ntbb\nvtune_profiler\n/opt/intel/oneapi/*/*/env/vars.sh&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;:: initializing oneAPI environment ...&lt;BR /&gt;-zsh: ZSH_VERSION = 5.7.1&lt;BR /&gt;:: ERROR: No env scripts found: No "env/vars.sh" scripts to process.&lt;BR /&gt;This can be caused by a bad or incomplete "--config" file.&lt;BR /&gt;Can also be caused by an incomplete or missing oneAPI installation.&lt;/P&gt;
&lt;P&gt;I tried running the sys_check.sh script, but the error I got there was:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;❯ ./sys_check.sh&lt;BR /&gt;:: intelpython -- latest&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/opt/intel/oneapi/intelpython/latest/sys_check/sys_check.py", line 84, in &amp;lt;module&amp;gt;&lt;BR /&gt;assert sys.version_info &amp;gt; (3,5)&lt;BR /&gt;AssertionError&lt;BR /&gt;Issues Encountered.&lt;/P&gt;
&lt;P&gt;Which is ultimately happening because the test is checking the system python, which on macOS is v2.7.&lt;/P&gt;
&lt;P&gt;Any ideas how to get the environment variables set?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 12:46:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Error-setting-environment-variables-on-macOS/m-p/1272357#M1076</guid>
      <dc:creator>Nathan_Cummings</dc:creator>
      <dc:date>2021-04-09T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error setting environment variables on macOS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Error-setting-environment-variables-on-macOS/m-p/1272835#M1079</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;Could you please try the below command for sourcing the setvars.sh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# oneAPI setvars.sh use in zsh&lt;/P&gt;
&lt;P&gt;bash -c 'source /opt/intel/oneapi/setvars.sh ; exec zsh'&lt;/P&gt;
&lt;P&gt;For more details refer to the below link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-C-Compiler/How-to-use-zsh-csh-or-tcsh-with-oneAPI-setvars-sh-vars-sh-or/m-p/1227218/thread-id/37878" target="_blank" rel="noopener"&gt;https://community.intel.com/t5/Intel-C-Compiler/How-to-use-zsh-csh-or-tcsh-with-oneAPI-setvars-sh-vars-sh-or/m-p/1227218/thread-id/37878&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if this helps.&lt;/P&gt;
&lt;P&gt;If you get any errors please provide the complete error log file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;
&lt;P&gt;Noorjahan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 06:47:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Error-setting-environment-variables-on-macOS/m-p/1272835#M1079</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-04-18T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error setting environment variables on macOS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Error-setting-environment-variables-on-macOS/m-p/1272843#M1080</link>
      <description>&lt;P&gt;Ahh that did it! I'll mark as accepted answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot,&lt;/P&gt;
&lt;P&gt;Nathan&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 10:55:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Error-setting-environment-variables-on-macOS/m-p/1272843#M1080</guid>
      <dc:creator>Nathan_Cummings</dc:creator>
      <dc:date>2021-04-12T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error setting environment variables on macOS</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Error-setting-environment-variables-on-macOS/m-p/1272866#M1081</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the accepting as a solution. Intel will no longer monitor this thread. Further discussions on this thread will be considered community only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;
&lt;P&gt;Noorjahan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 11:12:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Error-setting-environment-variables-on-macOS/m-p/1272866#M1081</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-06-21T11:12:16Z</dc:date>
    </item>
  </channel>
</rss>

