pipwin
pipwin copied to clipboard
Install compiled python libraries for windows provided by Christoph Gohlke
On the website of [Christoph Gohlke's](https://www.lfd.uci.edu/~gohlke/pythonlibs/) it is written: > Funding for the Laboratory for Fluorescence Dynamics has ceased. This service will be discontinued before July 2022. I guess this...
For a fresh install of pipwin, it doesn't seem to install the latest version of geopandas. As of today, Gohlke's site has two versions of geopandas: 0.6.x and 0.10.x. Pipwin...
this happens when I try to install pyaudio ``` Package `pyaudio` found in cache Downloading package . . . https://download.lfd.uci.edu/pythonlibs/y2rycu7g/PyAudio-0.2.11-cp37-cp37m-win32.whl PyAudio-0.2.11-cp37-cp37m-win32.whl Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\Scripts\pipwin-script.py", line 11,...
Hello, my windows don't found pipwin. ``` C:\Users\MeblIkea>pip install pipwin Requirement already satisfied: pipwin in c:\users\meblikea\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (0.5.1) Requirement already satisfied: js2py in c:\users\meblikea\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from pipwin) (0.71) Requirement already satisfied: six...

Gohlke has started adding vanilla wheels for numpy and trying to install using "pipwin install numpy" is choosing the vanilla wheel instead of the mkl wheel. Is there a way...
I use Python 3.4 in Windows XP 32bits and I have successfully installed many Python packages using [binaries](https://www.lfd.uci.edu/~gohlke/pythonlibs/) provided by @cgohlke . But for some reason I am not being...
Would be great to have the possibility to change the default path `~/.pipwin` to whatever we want, maybe via CLI or using an env variable. Just this. 😉 Btw thx...
My requirements.txt looks like the following: git+git://github.com/dddomodossola/remi pyinstaller==4.0 when I run: pipwin install -r requirements.txt I get the following error: Traceback (most recent call last): File "c:\users\marce\pycharmprojects\srsapp\venv\lib\site-packages\packaging\requirements.py", line 104, in...
I get this error message if I run pipwin refresh or if I try to install a package. I use pipwin v0.5.0. ``` File "c:\users\username\appdata\local\programs\python\python38-32\lib\site-packages\pipwin\pipwin.py", line 103, in build_cache dl_function...