Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to rename file name "README" #7163

Open
macanont opened this issue Nov 28, 2023 · 2 comments
Open

Unable to rename file name "README" #7163

macanont opened this issue Nov 28, 2023 · 2 comments
Labels

Comments

@macanont
Copy link

Description

I can't rename the txt file to "readme.txt" in the "train_dataset" directory, but if I change the directory name to something else, e.g. "TrainDataset", or whatever, the rename succeeds. I installed Anconda under the windows system, trying to reproduce the error just now, but they don't get any prompt, the version of the two notebooks is the same, except for the system (CentOS7.6, windows10).

Modify the log where the error occurred:
image
image

Version:
image

Reproduce

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error '...'

Expected behavior

Context

  • Operating System and version:
  • Browser and version:
  • Jupyter Notebook version:
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter notebook` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.
@macanont macanont added bug status:Needs Triage Applied to issues that need triage labels Nov 28, 2023
@RRosio
Copy link
Collaborator

RRosio commented Nov 28, 2023

I found a similar issue reported in 2019 about file renaming issues when running Notebook/Lab hosted on CentOS, #4359. Unfortunately, there were no responses. This could be entirely coincidental, I am not familiar with CentOS and from a quick search it seems that none of the names should be causing issues. I will mention this in the Notebook Call and update with any feedback I may receive!

@RRosio
Copy link
Collaborator

RRosio commented Nov 29, 2023

Per the Notebook Call, this is a tricky issue to debug as it could be originating from any number of places. Standard python is used to parse strings so it is one place to look into in case there may be any issues there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants