Pymssql troubleshooting

Trying to install pymssql with installing anaconda and encountering package conflicts:

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

returns:

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

All packages updated (conda update - all)



Thank!

+4
source share
1 answer

This means that this channel does not have this package created for Python 3 (as you can see at https://binstar.org/prometeia/pymssql/files ).

+2
source

All Articles