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

Got a file not found error when create the project due to incorrect path expectation. #32

Open
priya-gitTest opened this issue Nov 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@priya-gitTest
Copy link

Describe the bug
A clear and concise description of what the bug is.
C:\Programs\Python\Python310\lib\pathlib.py:1134 in read_text
FileNotFoundError: [Errno 2] No such file or directory: 'D:\GITCODE\FPCC\fair-python-cookiecutter\avg_calc\LICENSES\MIT.txt'
To Reproduce
Steps to reproduce the behavior:

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

Expected behavior
A clear and concise description of what you expected to happen.
The file exists on the system, just at different location than expected. So it should ideally work, after the fix.
Also,
what do I need to do , to resolve this error or how to proceed from this like ignore it, delete the repo and recreate a new one ?
Screenshots
If applicable, add screenshots to help explain your problem.
image

Traces
If applicable, provide a Python stack trace or JavaScript console log from the browser

Environment
Provide information about versions of relevant software packages.

  • Python Version (e.g. 3.8.10)
  • poetry version (e.g. 1.2.1)
  • Browser [e.g. chrome, safari] + Version

Additional context
Add any other context about the problem here.

@priya-gitTest priya-gitTest added the bug Something isn't working label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant