hello,
On Mon, Feb 8, 2016 at 7:57 PM, Naeem Attari <[email protected]> wrote:
> I am facing the same problem (in windows 7)
> Installed rdkit in miniconda by following command
>
> conda install -c https://conda.anaconda.org/rdkit rdkit
>
>
> by conda list command it is showing
> *rdkit 2015.09.2 np110py27_0 rdkit*
>
> but with
> from rdkit import rdBase
> print rdBase.rdkitVersion
> I am getting
> 2014.09.2
>
>>
>>
it is most likely that you are listing the configuration for one
environment, but executing code that belongs to another one. Regardless the
currently activated environment, this may happen because of environment
variables affecting the code execution (for example %PYTHONPATH% or
%RDBASE% - in particular, these two shouldn't be usually set), but it may
also happen if the current working directory matches a location where a
different python executable is present (e.g. the anaconda root directory).
You may want to verify that the value of rdBase.__file__ corresponds to the
expected installation path.
I hope that helps, please let me know if the problem persisted,
Best,
Riccardo
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss