<?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 Hello Olav, in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112254#M628</link>
    <description>&lt;P&gt;Hello Olav,&lt;/P&gt;

&lt;P&gt;Thanks for using our product! Regarding your problem, this was not deliberate and has been fixed for our Beta Update release. In the mean time, you can circumvent this problem by running 'python pyvenv &amp;lt;name_of_environment&amp;gt; &amp;amp;&amp;amp; source &amp;lt;name_of_environment&amp;gt;/bin/activate'.&lt;/P&gt;

&lt;P&gt;Andres&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Edit from Robert. The Beta Update was released and the workaround is not necessary anymore.&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2016 16:47:00 GMT</pubDate>
    <dc:creator>Andres_G_Intel1</dc:creator>
    <dc:date>2016-05-26T16:47:00Z</dc:date>
    <item>
      <title>Virtualenv not working with intel python</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112250#M624</link>
      <description>&lt;P&gt;When trying to create a virtualenv with intel python (on linux, both versions 2.7 and 3.5) I get the following error:&lt;/P&gt;

&lt;P&gt;opt/intelpython3/2017.0.010/bin/pip install virtualenv (this command succeeds)&lt;/P&gt;

&lt;P&gt;opt/intelpython3/2017.0.010/bin/virtualenv env_ip3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :(&lt;BR /&gt;
	Using base prefix '.../opt/intelpython3/2017.0.010'&lt;BR /&gt;
	New python executable in ..../env_ip3/bin/python3.5&lt;BR /&gt;
	Also creating executable in ...../env_ip3/bin/python&lt;BR /&gt;
	.../env_ip3/bin/python3.5: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory&lt;BR /&gt;
	ERROR: The executable ..../env_ip3/bin/python3.5 is not functioning&lt;BR /&gt;
	ERROR: It thinks sys.prefix is '...' (should be '.../env_ip3')&lt;BR /&gt;
	ERROR: virtualenv is not compatible with this system or executable&lt;/P&gt;

&lt;P&gt;(note, all path prefixes are replaced by ... )&lt;/P&gt;

&lt;P&gt;Does the intel python distribution support virtualenv?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 06:20:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112250#M624</guid>
      <dc:creator>Smit__Peter</dc:creator>
      <dc:date>2016-05-02T06:20:03Z</dc:date>
    </item>
    <item>
      <title>I reproduced the behavior</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112251#M625</link>
      <description>&lt;P&gt;I reproduced the behavior that you are seeing. Python3 has a built-in virtualenv, and that works as shown below. I noticed that pyvenv-3.5 works, but not pyvenv so I need to investigate. I will also look at the issues with virtualenv for python2 &amp;amp; python3.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;rscohn1@vagrant-ubuntu-trusty-64:~$ intel/intelpython35/bin/pyvenv-3.5 foo&lt;BR /&gt;
	rscohn1@vagrant-ubuntu-trusty-64:~$ ls foo/&lt;BR /&gt;
	bin &amp;nbsp;include &amp;nbsp;lib &amp;nbsp;lib64 &amp;nbsp;pyvenv.cfg&lt;BR /&gt;
	rscohn1@vagrant-ubuntu-trusty-64:~$ ls foo/bin/&lt;BR /&gt;
	activate &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;easy_install-3.5 &amp;nbsp;python &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;python3.5&lt;BR /&gt;
	activate.csh &amp;nbsp; &amp;nbsp; &amp;nbsp;pip &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; python2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	activate.fish &amp;nbsp; &amp;nbsp; pip3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;python2.7 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	easy_install &amp;nbsp; &amp;nbsp; &amp;nbsp;pip3.5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;python3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	rscohn1@vagrant-ubuntu-trusty-64:~$ source foo/bin/activate&lt;BR /&gt;
	(foo) rscohn1@vagrant-ubuntu-trusty-64:~$ which python&lt;BR /&gt;
	/home/rscohn1/foo/bin/python&lt;BR /&gt;
	(foo) rscohn1@vagrant-ubuntu-trusty-64:~$&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 13:47:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112251#M625</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-02T13:47:56Z</dc:date>
    </item>
    <item>
      <title>Virtualenv is not supported</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112252#M626</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Virtualenv is not supported on linux. Please try to use pyvenv-3.5 and conda to manage virtual environments.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;The next release will fix pyvenv, so you can use either pyvenv or pyvenv-3.5.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;We build python using a shared library. This enabled compatibility with Theano and some other packages, but is not supported by virtualenv:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/pypa/virtualenv/issues/216" target="_blank"&gt;https://github.com/pypa/virtualenv/issues/216&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We can look into fixing virtualenv, but it has been a known issue for many years and also affects anaconda (https://github.com/conda/conda/issues/1573), so there might be blocking issues.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 18:25:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112252#M626</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-02T18:25:44Z</dc:date>
    </item>
    <item>
      <title>The first line of pyvenv is</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112253#M627</link>
      <description>&lt;P&gt;The first line of pyvenv is&lt;/P&gt;

&lt;P&gt;#!/opt/anaconda1anaconda2anaconda3/bin/python3.5&lt;/P&gt;

&lt;P&gt;not a very likely installation path. Is that deliberate?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 15:30:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112253#M627</guid>
      <dc:creator>vahtras__olav</dc:creator>
      <dc:date>2016-05-26T15:30:21Z</dc:date>
    </item>
    <item>
      <title>Hello Olav,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112254#M628</link>
      <description>&lt;P&gt;Hello Olav,&lt;/P&gt;

&lt;P&gt;Thanks for using our product! Regarding your problem, this was not deliberate and has been fixed for our Beta Update release. In the mean time, you can circumvent this problem by running 'python pyvenv &amp;lt;name_of_environment&amp;gt; &amp;amp;&amp;amp; source &amp;lt;name_of_environment&amp;gt;/bin/activate'.&lt;/P&gt;

&lt;P&gt;Andres&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Edit from Robert. The Beta Update was released and the workaround is not necessary anymore.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 16:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112254#M628</guid>
      <dc:creator>Andres_G_Intel1</dc:creator>
      <dc:date>2016-05-26T16:47:00Z</dc:date>
    </item>
    <item>
      <title>I didn't know about pyenv. We</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112255#M629</link>
      <description>&lt;P&gt;I didn't know about pyenv. We haven't done the work to make it possible to install through pyenv so you will have to install manually. We will look into this for the future.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 17:30:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112255#M629</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-06-27T17:30:28Z</dc:date>
    </item>
    <item>
      <title>If you are ok with an</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112256#M630</link>
      <description>&lt;P&gt;If you are ok with an alternative to pyenv, you can use conda to manage virtual environments. Conda is installed with Intel Python.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 14px; line-height: 15.4px;"&gt;Create an environment called idp with the core packages:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;conda create -n idp -c intel intelpython3_core python=3&lt;/PRE&gt;

&lt;P&gt;&lt;FONT color="#000000" face="Consolas, Bitstream Vera Sans Mono, Courier New, Courier, monospace"&gt;&lt;SPAN style="font-size: 14px; line-height: 15.4px;"&gt;or create a virtual environment with all packages that were originally installed with Intel Python&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;conda create -n idp --clone root&lt;/PRE&gt;

&lt;P&gt;Activate with:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;source activate idp&lt;/PRE&gt;

&lt;P&gt;On Linux &amp;amp; OSX, or&lt;/P&gt;

&lt;PRE class="brush:bash;" style="font-size: 13.008px; line-height: 19.512px;"&gt;activate idp&lt;/PRE&gt;

&lt;P&gt;On windows. You may have to prefix conda and activate with the installation path&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 15:54:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112256#M630</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-07-04T15:54:34Z</dc:date>
    </item>
    <item>
      <title>Robert Cohn, when you will</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112257#M631</link>
      <description>&lt;P&gt;Robert Cohn, when you will fix the problem of update?&lt;/P&gt;

&lt;DIV&gt;The following packages will be DOWNGRADED:&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bzip2:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.0.6-intel_py27_2&amp;nbsp;&amp;nbsp;&amp;nbsp; [intel vc9] --&amp;gt; 1.0.6-intel_py2.7_1&amp;nbsp; [intel]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; freetype2:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.6-intel_py27_2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [intel vc9] --&amp;gt; 2.6-intel_py2.7_1&amp;nbsp;&amp;nbsp;&amp;nbsp; [intel]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; hdf5:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.8.16-intel_py27_2&amp;nbsp;&amp;nbsp; [intel vc9] --&amp;gt; 1.8.16-intel_py2.7_1 [intel]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; icc_rt:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14.1.5-intel_py27_2&amp;nbsp;&amp;nbsp; [intel&amp;nbsp;&amp;nbsp;&amp;nbsp; ] --&amp;gt; 14.1.5-intel_py2.7_1 [intel]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; libpng:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.6.18-intel_2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [intel&amp;nbsp;&amp;nbsp;&amp;nbsp; ] --&amp;gt; 1.6.18-intel_py2.7_1 [intel]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; llvm:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3.7.0-intel_2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [intel&amp;nbsp;&amp;nbsp;&amp;nbsp; ] --&amp;gt; 3.6.2-intel_py2.7_1&amp;nbsp; [intel]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; python:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.7.11-intel_py27_2&amp;nbsp;&amp;nbsp; [intel&amp;nbsp;&amp;nbsp;&amp;nbsp; ] --&amp;gt; 2.7.11-intel_py2.7_1 [intel] THIS PROBLEM.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Robert Cohn (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;If you are ok with an alternative to pyenv, you can use conda to manage virtual environments. Conda is installed with Intel Python.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Create an environment called idp with the core packages:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;conda create -n idp -c intel intelpython3_core python=3&lt;/PRE&gt;

&lt;P&gt;or create a virtual environment with all packages that were originally installed with Intel Python&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;conda create -n idp --clone root&lt;/PRE&gt;

&lt;P&gt;Activate with:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;source activate idp&lt;/PRE&gt;

&lt;P&gt;On Linux &amp;amp; OSX, or&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;activate idp&lt;/PRE&gt;

&lt;P&gt;On windows. You may have to prefix conda and activate with the installation path&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 11:17:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112257#M631</guid>
      <dc:creator>abarb</dc:creator>
      <dc:date>2016-07-08T11:17:27Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112258#M632</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;It was mentioned that this will be fixed in future releases. Was this ever solved?&lt;/P&gt;

&lt;P&gt;I tried creating a venv with the latest release (2018) but no success.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Joel&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 19:22:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Virtualenv-not-working-with-intel-python/m-p/1112258#M632</guid>
      <dc:creator>koenka__joel</dc:creator>
      <dc:date>2017-12-13T19:22:07Z</dc:date>
    </item>
  </channel>
</rss>

