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.

Report windows paths in their original case

See original GitHub issue

Environment

  • pip version: 19.2.1
  • Python version: 3.7
  • OS: Windows

Description On Windows; pip reports certain paths after lowercasing them.

Expected behavior Paths should be reported in their original case.

How to Reproduce pip install setuptools

Output Requirement already satisfied: setuptools in c:\users\my user name\miniconda3\lib\site-packages (41.0.1) but the following would be nicer: Requirement already satisfied: setuptools in C:\Users\My User Name\miniconda3\lib\site-packages (41.0.1)

Similar issues: https://github.com/pypa/pip/pull/4770, https://github.com/pypa/pip/issues/6582. Admittedly a minor cosmetic point, though.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
uranusjrcommented, Jul 4, 2022

Sure, go ahead and investigate. Note that we currently have two metadata backends that we switch between depending on the Python version, and the behaviour may be slightly different around this. (I’m not sure if this is related, but keep in mind if it is.)

1reaction
atugushevcommented, Aug 19, 2019

@cjerdonek

Can you file this as a separate issue? This seems good to tackle as a first step. It is isolated and seems related to how CPython sets __file__.

Sure, here is the issue #6894.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Specifying paths to external items in a paginated report
In Report Builder, paths to items must specify items on a report server. Paths to items on a file system are not supported....
Read more >
How can I obtain the case-sensitive path on Windows?
Here is a solution that worked for me to move files between Windows and a server using case sensitive paths. It walks down...
Read more >
Robot Framework User Guide
The official RPA support was added in Robot Framework 3.1. ... it processes the data, executes test cases and generates logs and reports....
Read more >
Project rebuild checks file paths in uppercase, leading to case ...
When the issue is present, it can be worked around by manually re-creating the entire file path via File Explorer or other native...
Read more >
Windows - path case sensitivity · Issue #4644 · facebook/jest
Do you want to request a feature or report a bug? Bug What is the current behavior? Running jest -o and jest --watch...
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