Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

pipwin install -r requirements.txt ignores cache #60

@Stefanhg

Description

@Stefanhg

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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions