mwcraig / ipyevents

A custom widget for returning mouse and keyboard events to Python. Documentation:
https://ipyevents.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
112 stars 27 forks source link

conda update complains about pre-unlink script failed #35

Closed pllim closed 5 years ago

pllim commented 5 years ago

conda told me to notify maintainer about this, so here it is.

$ conda update ipyevents
Solving environment: ...working... done

## Package Plan ##

  environment location: C:\...\Miniconda3\envs\py37

  added / updated specs:
    - ipyevents

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    notebook-5.7.4             |        py37_1000         7.4 MB  conda-forge
    ipyevents-0.4.0            |        py37_1000          46 KB  conda-forge
    ------------------------------------------------------------
                                           Total:         7.4 MB

The following NEW packages will be INSTALLED:

    jsonschema: 3.0.0a3-py37_1000 conda-forge

The following packages will be UPDATED:

    ipyevents:  0.3.1-py37_1000   conda-forge --> 0.4.0-py37_1000 conda-forge
    notebook:   5.7.0-py37_1000   conda-forge --> 5.7.4-py37_1000 conda-forge

Proceed ([y]/n)? y

Downloading and Extracting Packages
notebook-5.7.4       | 7.4 MB    | ########## | 100%
ipyevents-0.4.0      | 46 KB     | ########## | 100%
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... WARNING conda.core.link:run_script(818): pre-unlink script failed for package conda-forge::ipyevents-0.3.1-py37_1000
consider notifying the package maintainer
done
mwcraig commented 5 years ago

Thanks...you might see this one more time (when you upgrade from your current version to 0.4.1) but after that it will be gone because I eliminated the pre-/post-link scripts 😀