You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to add all the individual files and download them via vsrepo. It would work with the current system.
I think pip (and the current PyWheel-type installation) do more or less the same thing. Downloading and unzipping files to location xy basically.
In the mvsfunc case you "only" have to add these files
__init__.py
_metadata.py
mvsfunc.py
py.typed
But tracking all the files by hand would be torture.
Should vsrepo add some kind of pip support?
Or should we simply remove all "newer" script packages?
What are your thoughts on this?
The text was updated successfully, but these errors were encountered:
More and more scripts nowadays use pip and do not provide a wheel file anymore.
Latest best example is https://github.com/HomeOfVapourSynthEvolution/mvsfunc
Installable: pip3 install git+https://github.com/HomeOfVapourSynthEvolution/mvsfunc
vsrepo users are now stuck with an old version.
It is possible to add all the individual files and download them via vsrepo. It would work with the current system.
I think pip (and the current PyWheel-type installation) do more or less the same thing. Downloading and unzipping files to location xy basically.
In the mvsfunc case you "only" have to add these files
But tracking all the files by hand would be torture.
Should vsrepo add some kind of pip support?
Or should we simply remove all "newer" script packages?
What are your thoughts on this?
The text was updated successfully, but these errors were encountered: