biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

Windows installation: Can't overwrite Orange #4133

Closed ajdapretnar closed 5 years ago

ajdapretnar commented 5 years ago

Describe the bug Windows installer cannot overwrite existing Orange installation.

To Reproduce Steps to reproduce the behavior:

  1. Have an older version of Orange installed on Win machine. Say 3.22.
  2. Try to install version 3.23.1 over it.

Expected behavior Orange used to overwrite existing installation. Now it doesn't.

Operating system: Windows.

Additional context Error: "C:\Users\user\AppData\Local\Orange" contains a pre-existing environment that is not binary compatible with this installer. Please choose another destination folder.

ajdapretnar commented 5 years ago

Same as in: https://github.com/Quasars/quasar/issues/2 and https://www.gitmemory.com/issue/biolab/orange3/3619/482569382

Apparently, the new installation comes with Python 3.7 which cannot overwrite a Python 3.6 environment. So annoying.

markotoplak commented 5 years ago

Duplicate of #3830