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
{{ message }}
This repository was archived by the owner on Jun 18, 2023. It is now read-only.
I got a case where i need to build the cache and then use pipwin install -r requirements.txt but it does not work.
If you do the following it works fine:
pipwin refresh
pipwin install PyAudio
But if you do the follwing
(Create a file called requirements.txt, where "PyAudio" is written in it without Quotation marks
pipwin refresh
pipwin install -r requirements.txt
It does not work.
Everythign is done inside a venv
Notes:
It does not matter if you close the commandpromt or use the same
It does not matter if using venv or not
If executing pipwin install PyAudio after trying to do pipwin install -r requirements it installs without a problem
Pipwin cache fine is created inside the users folder and if removing it, and rebuild cache it does not solve anything
IF using a package that are per default functional without having to do refresh it works just fine. In this case the package leather was used as reference
Tests are done 25-11-2021 on pure Python install, no Anaconda.
Windows 10 Enterprise 64 bit version 21H1
Hello,
I got a case where i need to build the cache and then use pipwin install -r requirements.txt but it does not work.
If you do the following it works fine:
But if you do the follwing
(Create a file called requirements.txt, where "PyAudio" is written in it without Quotation marks
It does not work.
Everythign is done inside a venv
Notes:
Tests are done 25-11-2021 on pure Python install, no Anaconda.
Windows 10 Enterprise 64 bit version 21H1