79177790

Date: 2024-11-11 13:21:45
Score: 0.5
Natty:
Report link

The issue was due to naming my Python file with an existing Python keyword (e.g., azure.py).

Solution: I renamed the file to something unique, avoiding reserved keywords and built-in module names. For example, instead of class.py, I renamed it to my_class.py, which resolved the error.

Thanks to everyone who tried to look into this !!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-2): Solution:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: madhavink14