conda-forge / vim-feedstock

A conda-smithy repository for vim.
BSD 3-Clause "New" or "Revised" License
3 stars 11 forks source link

vim.exe (and possibly other files) missing from latest builds #1616

Closed dmarnerides closed 2 years ago

dmarnerides commented 2 years ago

Solution to issue cannot be found in the documentation.

Issue

The vim.exe file is missing from the archives (and final installation) for win-64 Python 3.8 (possibly other win-64 versions too). e.g. This version contains the exe: https://anaconda.org/conda-forge/vim/8.2.3427/download/win-64/vim-8.2.3427-py38h885f38d_4.tar.bz2

This version (currently latest) does not: https://anaconda.org/conda-forge/vim/8.2.3901/download/win-64/vim-8.2.3901-py38pl5321h885f38d_0.tar.bz2

Installed packages

(not on a windows machine now - sorry)

Environment info

(not on a windows machine now - sorry)
cjwomack commented 2 years ago

I also found I had this problem too

`conda list vim

packages in environment at C:\ProgramData\Miniconda3:

#

Name Version Build Channel

vim 8.2.3901 py39pl5321h415ef7b_0 conda-forge`

So I downgraded to 8.2.3427 (As above comment said it worked) instead of searching through packages.

matthiasdiener commented 2 years ago

Thank you for the reports! #1624 should fix this, please let me know if there are still issues. I also made the test more strict, so this should hopefully not happen again.