🐛. Pip needs to be upgraded before tasks.
See original GitHub issueBug 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:
- Created 2 years ago
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@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.
Yeah sure 😃