Search code examples
pythonanacondapymssql

Trouble installing pymssql


Trying to install pymssql with an anaconda installation and keep encountering package conflicts:

conda install -c https://conda.binstar.org/prometeia pymssql

returns:

Hint: the following combinations of packages create a conflict with the remaining packages:
- python 3.4*
- pymssql

All packages are up to date (conda update --all)



Thanks!


Solution

  • This means that that channel doesn't have that package built for Python 3 (as you can see at https://binstar.org/prometeia/pymssql/files).