Python Forum

Full Version: How to update pymqi version from conda ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I installed pymqi using conda, but it's an old version (1.3), how to update it to the newest pymqi1.5 ?
thanks.
pip install pymqi
without the version will get the latest version, 1.7
You try conda first.
conda update pymqi
If not find it,use pip(that is same folder(Scripts) as conda) as Larz60+ posted with update.
pip install -U pymqi