Skip to content

[WIKI-BUG] Wiki upgrade procedure issue #359

Description

@Sp3EdeR

Describe the bug

The Wiki FAQ How to update? section specifies to use --pip-args='pre' at the end for beta updates, but this does not work. Log:

>pipx upgrade trakt-scrobbler --pip-args='pre'
ERROR: Invalid requirement: "'pre'": Expected package name at the start of dependency specifier
    'pre'
    ^
"python.exe -m pip install 'pre' --upgrade trakt-scrobbler -q"
failed

It should specify this flag instead:

--pip-args=--pre

Desktop (please complete the following information):

  • OS and Version: Windows 11
  • Python Version: 3.12.1
  • Player and Version: MPC-HC 2.5.6
  • Trakt Scrobbler Version: 1.8.0

To Reproduce

Steps to reproduce the behavior:

  1. Open cmd
  2. Enter pipx upgrade trakt-scrobbler --pip-args='pre'

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