<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Python environment in plaxis</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/195018/python-environment-in-plaxis</link><description>Hi, 
 Since we are trying to automise more and more with Plaxis, we try to implement/use our own input-excel sheets to set up a model within Plaxis. We try to use python scripting for this. 
 I found out that the python environment with the packages within</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Python environment in plaxis</title><link>https://communities.bentley.com/thread/588586?ContentTypeID=1</link><pubDate>Sat, 23 May 2020 08:55:09 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4cb595d5-395e-4df5-9644-08cddb4fdb61</guid><dc:creator>Gerardo Agustin Pittaro</dc:creator><description>&lt;p&gt;Hi Plomp&lt;/p&gt;
&lt;p&gt;Not sure if you are still&amp;nbsp;finding&amp;nbsp;the solution for this problem.&amp;nbsp;To me it was not as easy as Stefanos mentioned below but I managed to install pandas in phyton for plaxis.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Below my steps.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. Go to C:\Program Files\Plaxis. Right click on Anaconda. Properties --&amp;gt; Security. Then change permissions for all users.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2.&amp;nbsp;&lt;/span&gt;On Windows Start menu search for PLAXIS Input or Output and run it as Administrator&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp;Open the command prompt from Expert &amp;gt; Python &amp;gt; Command prompt&lt;/p&gt;
&lt;p&gt;4. &lt;span&gt;conda install&amp;nbsp;Pandas&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This will install pandas (and other modules) on phyton for Plaxis.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hope it helps,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cheers, Gerado&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Python environment in plaxis</title><link>https://communities.bentley.com/thread/578910?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2020 10:19:08 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:90416d7e-394f-4efa-91fe-a9b9bb785321</guid><dc:creator>Stefanos Papavasileiou</dc:creator><description>&lt;p&gt;Dear Thijmen,&lt;/p&gt;
&lt;p&gt;We are currently busy implementing a way to be able to select a different Python environment. This will come in the future versions.&lt;/p&gt;
&lt;p&gt;For now, it is not possible to change the Python environment in Input or Output programs. I would recommend using a different IDE, instead of the one delivered by PLAXIS as then you can use any custom environment needed.&lt;/p&gt;
&lt;p&gt;Note that we&amp;nbsp;deliver a Python distribution that is not directly related to Anaconda. We make sure to include a series of modules we would expect users to need for developing their scripts.&lt;/p&gt;
&lt;p&gt;It is possible to install Python&amp;nbsp;packages within PLAXIS. Please follow the steps below:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On Windows Start menu search for PLAXIS Input or Output and run it as Administrator&lt;/li&gt;
&lt;li&gt;Open the command prompt from Expert &amp;gt; Python &amp;gt; Command prompt&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;New packages can be installed by using pip. For example, if you want to install the dropbox package you would type:&lt;br /&gt;python -m pip install dropbox&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Note that by installing Python packages, some existing modules may need to be upgraded. This might introduce issues to the Python distribution we deliver which we cannot foresee. In that case. please make sure to always make a copy of the Python folder before updating it so that you can always fall back to the version we deliver.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>