question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🐛. Pip needs to be upgraded before tasks.

See original GitHub issue

Bug Report

Expected Behavior On initial make there should be minimal difficulties for new users.

Actual Behavior If pip isn’t upgraded installs will fail and this provides a worse experience for individuals.

Solution python -m pip install -U pip should be added to the make. This is the safe command that should work on Windows. At this line: https://github.com/microsoft/electionguard-python/blob/6ecf69919e62c8a9e7d850cbd54470a84281e855/Makefile#L13

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
keithrfungcommented, Sep 19, 2021

@Jayita10 It’s okay. There’s more than enough issues for everyone. 😃

On the weekends, we can’t always assign the issues. Lead with working them first. Smaller issues tend to get picked up quickly.

0reactions
Jayita10commented, Sep 20, 2021

Yeah sure 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the use of upgrading pip? - Stack Overflow
Ideally, users should upgrade to the latest version of pip as eagerly as they can. There's a reason pip prints a message telling...
Read more >
Add "upgrade" and "upgrade-all" commands · Issue #59 - GitHub
This issue was initially scoped for changing the behavior of pip install --upgrade , by adding a new upgrade command with a different...
Read more >
Different Ways to Upgrade PIP Latest or Specific Version
Sometimes you may need to downgrade or upgrade pip to a specific ver number, you can achieve this by the below command. #...
Read more >
Using Python's pip to Manage Your Projects' Dependencies
The pip install <package> command always looks for the latest version of the package and installs it. It also searches for dependencies listed ......
Read more >
How to Update All Python Packages - ActiveState
Update all Python Packages on Windows · Open a command shell by typing 'powershell' in the Search Box of the Task bar ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found