<?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: oneAPI AI Toolkit in AI Tools from Intel</title>
    <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1391285#M323</link>
    <description>&lt;P&gt;I have shown the ls in env in my previous with results as follows&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;steph@xxxxx:$ ls -l env/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;total 24&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rwxrwxr-x 5 root root 10318 Mar 29 13:09 compiler_rt_vars.sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-rw-r-- 5 root root 11929 Jan 12 19:31 vars.sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="sub_section_element_selectors" href="mailto:steph@xxxxx:$" target="_blank" rel="nofollow noopener noreferrer"&gt;steph@xxxxx:$&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I wanted confirmation please that that is the file I must execute. I think have now confirmed that that is what I must do, I'll continue. Thanks again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have doen everything, seems I am sorted! Now I think I must install Spyder again in this new environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit:&lt;/P&gt;
&lt;P&gt;I have installed Spyder and everything seems in order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 19:52:29 GMT</pubDate>
    <dc:creator>StephB</dc:creator>
    <dc:date>2022-06-09T19:52:29Z</dc:date>
    <item>
      <title>oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1384189#M303</link>
      <description>&lt;P&gt;I have installed oneAPI off-line successfully on Ubuntu 20.04. I am trying my hand at my first Neural Network.&lt;/P&gt;
&lt;P&gt;I do the setvars.sh in&amp;nbsp;/etc/profile.d/ (i.e.&amp;nbsp;source /opt/intel/oneapi/setvars.sh) so that it is available for all users on my system.&lt;/P&gt;
&lt;P&gt;I follow a course on Youtube and the first step is to create data using a random number generator, using the following Python modules:&lt;/P&gt;
&lt;P&gt;import numpy as np&lt;BR /&gt;from random import randint&lt;BR /&gt;from sklearn.utils import shuffle&lt;BR /&gt;from sklearn.preprocessing import MinMaxScaler&lt;/P&gt;
&lt;P&gt;The generation of data works perfectly fine. Now the second step is to create the neural network and for that I must add the following modules:&lt;/P&gt;
&lt;P&gt;import tensorflow as tf&lt;BR /&gt;from tensorflow import keras&lt;BR /&gt;from tensorflow.keras.models import Sequential&lt;BR /&gt;from tensorflow.keras.layers import Activation, Dense&lt;BR /&gt;from tensorflow.keras.optimizers import Adam&lt;BR /&gt;from tensorflow.keras.metrics import categorical_crossentropy&lt;/P&gt;
&lt;P&gt;for this to work I must activate tensorflow as follows:&lt;/P&gt;
&lt;P&gt;source activate tensorflow&lt;/P&gt;
&lt;P&gt;Once I've done this I get the message&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ModuleNotFoundError: No module named 'sklearn'&lt;/P&gt;
&lt;P&gt;I have consulted the forums but couldn't find a solution or guidance yet, I'll appreciate some assistance.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 15:42:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1384189#M303</guid>
      <dc:creator>StephB</dc:creator>
      <dc:date>2022-05-13T15:42:49Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1384542#M304</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel forum.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you install scikit-learn in tensorflow environment with "conda install -c intel scikit-learn" command ? &lt;/P&gt;&lt;P&gt;Install this package and let us know if you get any issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 May 2022 11:47:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1384542#M304</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-05-16T11:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1384562#M305</link>
      <description>&lt;P&gt;Please see the result below. Conda is available on my PC, but seems not in the tensorflow environment? I have tried sudo as well (intel is installed in opt).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(tensorflow) steph@xxxxx:$ conda install -c intel scikit-learn&lt;BR /&gt;Collecting package metadata (current_repodata.json): failed&lt;/P&gt;
&lt;P&gt;NoWritablePkgsDirError: No writeable pkgs directories configured.&lt;BR /&gt;- /opt/intel/oneapi/intelpython/latest/pkgs&lt;BR /&gt;- /home/steph/.conda/pkgs&lt;/P&gt;
&lt;P&gt;(tensorflow) steph@xxxxx:$&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 13:46:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1384562#M305</guid>
      <dc:creator>StephB</dc:creator>
      <dc:date>2022-05-16T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1384845#M306</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You are using default AI virtual environment in which you cannot install additional package. So you can try cloning this default tensorflow environment into a new custom environment with the below command.&lt;/P&gt;&lt;P&gt;conda create --name myclone --clone tensorflow&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;where myclone is new custom environment.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;After this you can activate myclone environment and install scikit-learn in that new custom environment with the below command.&lt;/P&gt;&lt;P&gt;conda install -c intel scikit-learn&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Try this and let us know if you have any issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2022 11:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1384845#M306</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-05-17T11:03:00Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1386944#M310</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is your issue resolved? Do you have any update?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2022 10:42:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1386944#M310</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-05-24T10:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1387023#M311</link>
      <description>&lt;P&gt;Dear Janani&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for caring. I am not sure that I understand the proposed solution, so I have decided to try the SKlearn package first. I have now successfully created a model with SKlearn. It is now time to move on to Tensorflow again. I plan to invite a friend with more computer background to assist me with your proposed solution.&lt;/P&gt;
&lt;P&gt;Once again thanks for caring.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 15:12:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1387023#M311</guid>
      <dc:creator>StephB</dc:creator>
      <dc:date>2022-05-24T15:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1387660#M312</link>
      <description>&lt;P&gt;Dear Janani&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to understand, must the&amp;nbsp;&lt;SPAN&gt;cloning of the default tensorflow environment into a new custom environment be done as sudo, and where is this&amp;nbsp;custom environment created? I am afraid to create something, and it is wrong and I cannot reverse the process again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 09:17:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1387660#M312</guid>
      <dc:creator>StephB</dc:creator>
      <dc:date>2022-05-26T09:17:15Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1387947#M313</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When you give the command "&lt;I&gt;conda create --name myclone --clone tensorflow&lt;/I&gt;" , it will create a new environment and will clone the packages from default tensorflow environment to the new environment and this does not require sudo.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also you can find the list of created environments with the command "&lt;I&gt;conda env list&lt;/I&gt;". Once it is created, activate your environment with "&lt;I&gt;conda activate &amp;lt;env_name&amp;gt;&lt;/I&gt;" or "&lt;I&gt;source activate &amp;lt;env_name&amp;gt;&lt;/I&gt;" command.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your query.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 May 2022 04:29:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1387947#M313</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-05-27T04:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1388295#M314</link>
      <description>&lt;P&gt;Thank you for once again assisting.&lt;/P&gt;
&lt;P&gt;First, it seemed that Conda was not installed on my system, so I installed it. I downloaded the latest Conda and installed it with "bash Anaconda3-2022.05-Linux-x86_64.sh".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have issued the command "conda create --name myclone --clone tensorflow" (I have decided to use myclone to start with, I might come up with a more creative name later on).&lt;/P&gt;
&lt;P&gt;This was the message:&lt;/P&gt;
&lt;P&gt;EnvironmentNameNotFound: Could not find conda environment: tensorflow&lt;BR /&gt;You can list all discoverable environments with `conda info --envs`.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I listed the known environments:&lt;/P&gt;
&lt;P&gt;(base) steph@xxxxx:$ conda info --envs&lt;BR /&gt;# conda environments:&lt;BR /&gt;#&lt;BR /&gt;base * /home/steph/anaconda3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Conda installation added the following to my ~.bashrc file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# &amp;gt;&amp;gt;&amp;gt; conda initialize &amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;# !! Contents within this block are managed by 'conda init' !!&lt;BR /&gt;__conda_setup="$('/home/steph/anaconda3/bin/conda' 'shell.bash' 'hook' 2&amp;gt; /dev/null)"&lt;BR /&gt;if [ $? -eq 0 ]; then&lt;BR /&gt;eval "$__conda_setup"&lt;BR /&gt;else&lt;BR /&gt;if [ -f "/home/steph/anaconda3/etc/profile.d/conda.sh" ]; then&lt;BR /&gt;. "/home/steph/anaconda3/etc/profile.d/conda.sh"&lt;BR /&gt;else&lt;BR /&gt;export PATH="/home/steph/anaconda3/bin:$PATH"&lt;BR /&gt;fi&lt;BR /&gt;fi&lt;BR /&gt;unset __conda_setup&lt;BR /&gt;# &amp;lt;&amp;lt;&amp;lt; conda initialize &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On my system Intel API is activated in&amp;nbsp;/etc/profile.d/intel_api_vars.sh and this file contains two lines:&lt;/P&gt;
&lt;P&gt;#prepare for Intel compilers&lt;BR /&gt;source /opt/intel/oneapi/setvars.sh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I trust this will provide more information on my setup. I have not tried sudo.. yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2022 07:40:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1388295#M314</guid>
      <dc:creator>StephB</dc:creator>
      <dc:date>2022-05-28T07:40:23Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1388897#M316</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for detailed explanation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For your information, if oneAPI AI toolkit is installed successfully the default tensorflow environment comes with that . In order to confirm the presence of tensorflow environment use the below command.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;find -iname tensorflow&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Usually it will be in "&lt;I&gt;oneapi/2022.2/oneapi/intelpython/latest/envs/tensorflow&lt;/I&gt;" path.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Try the above command and share the results.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 May 2022 13:19:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1388897#M316</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-05-31T13:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1388930#M317</link>
      <description>&lt;P&gt;Thanks for this. find yields a lot "permission denied" results as oneAPI is installed in opt, see below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/opt/intel/oneapi/intelpython/latest/envs/tensorflow&lt;/P&gt;
&lt;P&gt;/opt/intel/oneapi/intelpython/latest/envs/tensorflow-2.8.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I have added the following now:&amp;nbsp;I use Spyder as my editor so there is a Spyder environment, see below. The ~\.coda\environments.txt file belonged to root so I have chown to steph.&lt;/P&gt;
&lt;P&gt;/home/steph/anaconda3/envs/spyder-env&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trust this will help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 08:28:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1388930#M317</guid>
      <dc:creator>StephB</dc:creator>
      <dc:date>2022-06-01T08:28:16Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1389811#M320</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Kindly follow the below steps. Also, the below steps will not cause any permission denied issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1)Go to tensorflow directory &lt;/P&gt;&lt;P&gt;cd /opt/intel/oneapi/intelpython/latest/envs/tensorflow&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2)Activate tensorflow environment with the below command.&lt;/P&gt;&lt;P&gt;source vars.sh&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;After this 2nd step, your environment will get activated and you can proceed with the cloning steps which was mentioned earlier in this thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2022 09:50:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1389811#M320</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-06-03T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1391055#M321</link>
      <description>&lt;P&gt;There is no&amp;nbsp;&lt;SPAN&gt;vars.sh file in this directory? What I do see is the following in the env directory:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;steph@xxxxx:$ ls -l env/&lt;BR /&gt;total 24&lt;BR /&gt;-rwxrwxr-x 5 root root 10318 Mar 29 13:09 compiler_rt_vars.sh&lt;BR /&gt;-rw-rw-r-- 5 root root 11929 Jan 12 19:31 vars.sh&lt;BR /&gt;&lt;A href="mailto:steph@xxxxx:$" target="_blank"&gt;steph@xxxxx:$&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Must I execute this file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 20:05:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1391055#M321</guid>
      <dc:creator>StephB</dc:creator>
      <dc:date>2022-06-08T20:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1391189#M322</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you search in "/opt/intel/oneapi/intelpython/latest/envs/tensorflow/env" path ? Can you confirm?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In one of your previous posts, you have mentioned that you have tensorflow in "/opt/intel/oneapi/intelpython/latest/envs/tensorflow" path. If so, just give "ls" command from env directory and share the result. Normally there will be compiler_rt_vars.sh&amp;nbsp;and vars.sh in env directory of tensorflow and once we source vars.sh, tensorflow environment will get activated . Refer the attached screenshot for reference.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="env.PNG" style="width: 999px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/30354iEE3C1026FD312078/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="env.PNG" alt="env.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Janani Chandran&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 06:55:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1391189#M322</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-06-09T06:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1391285#M323</link>
      <description>&lt;P&gt;I have shown the ls in env in my previous with results as follows&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;steph@xxxxx:$ ls -l env/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;total 24&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rwxrwxr-x 5 root root 10318 Mar 29 13:09 compiler_rt_vars.sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-rw-r-- 5 root root 11929 Jan 12 19:31 vars.sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="sub_section_element_selectors" href="mailto:steph@xxxxx:$" target="_blank" rel="nofollow noopener noreferrer"&gt;steph@xxxxx:$&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I wanted confirmation please that that is the file I must execute. I think have now confirmed that that is what I must do, I'll continue. Thanks again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have doen everything, seems I am sorted! Now I think I must install Spyder again in this new environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit:&lt;/P&gt;
&lt;P&gt;I have installed Spyder and everything seems in order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 19:52:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1391285#M323</guid>
      <dc:creator>StephB</dc:creator>
      <dc:date>2022-06-09T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Re:oneAPI AI Toolkit</title>
      <link>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1391599#M325</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jun 2022 10:17:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/AI-Tools-from-Intel/oneAPI-AI-Toolkit/m-p/1391599#M325</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2022-06-10T10:17:49Z</dc:date>
    </item>
  </channel>
</rss>

