Hi Isuru Fernando, I tried to install symengine via conda and have got the followng reply on the cmd shell: Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Intel> C:\Users\Intel>conda install python-symengine --channel conda-forge Fetching package metadata ............... Solving package specifications: . UnsatisfiableError: The following specifications were found to be in confl - python 2.7* - python-symengine -> python 3.5* Use "conda info " to see the dependencies for each package. I also tried to import symengine from jupyter nobook and have got the following reply (see attachment). I am just a researcher (not programmer) working with Python ecosystem, which I installed via Anaconda (conda). What should I do to install symengine? Alex Goldshtein On Sunday, June 19, 2016 at 6:29:29 PM UTC+3, Isuru Fernando wrote: > > Hi, > > You can now install symengine via conda. They are hosted in conda-forge > channel. There are 2 packages, symengine (C++ library) and > python-symengine. Binaries are there for linux-64, osx-64, win-32 and > win-64. Python packages are built for Python 2.7, 3.4 and 3.5 on linux and > osx. Python package is only available for Python 3.5 on windows (Since only > Python 3.5 uses MSVC 15 we need for C++11 features) > > To install you can do, > > conda install python-symengine --channel conda-forge # Python package > > OR > > conda install symengine --channel conda-forge # just the C++ > library > > > Conda recipes can be found here > and here > . Linux and OS > X builds use GMP, MPFR and MPC, while Windows builds use MPIR. Next goal > would be to use MPFR and MPC on windows and also to use FLINT on all > platforms. > > Let me know if there are any issues with the binaries. > > Thanks, > > Isuru Fernando > > >