728x90 반응형 Programming17 Python: SyntaxError: EOL while scanning string literal Python: SyntaxError: EOL while scanning string literal You are not putting a " before the end of the line. Use """ if you want to do this: """ a very long string ...... ....that can span multiple lines """ 2024. 11. 18. ModuleNotFoundError: No module named 'dotenv' pip install python-dotenv $ pip install python-dotenvCollecting python-dotenv Using cached python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)Using cached python_dotenv-1.0.1-py3-none-any.whl (19 kB)Installing collected packages: python-dotenvSuccessfully installed python-dotenv-1.0.1[notice] A new release of pip is available: 24.0 -> 24.2[notice] To update, run: pip install --upgrade pip 2024. 8. 22. ModuleNotFoundError: No module named 'Crypto' Error EssageModuleNotFoundError: No module named 'Crypto'$ pip3 install crypto$ pip3 install pycrypto$ pip3 install cryptoCollecting crypto Using cached crypto-1.4.1-py2.py3-none-any.whl.metadata (3.4 kB)Collecting Naked (from crypto) Using cached Naked-0.1.32-py2.py3-none-any.whl.metadata (931 bytes)Collecting shellescape (from crypto) Using cached shellescape-3.8.1-py2.py3-none-any.whl.meta.. 2024. 8. 22. class org.apache.log4j.bridge.LogEventAdapter overrides final method getTimeStamp()J Error Messageclass org.apache.log4j.bridge.LogEventAdapter overrides final method getTimeStamp()J Casusedorg.apache.log4j.bridge.LogEventAdapter 클래스가 final getTimeStamp() 메서드를 오버라이드하려고 시도함log4j version 충돌로 발생하는 경우가 많음Bug Fixlog4j version 을 변경기타반환 타입: J (Java 바이트코드에서 long 타입을 나타냄) 2024. 7. 5. 이전 1 2 3 4 5 다음 728x90 반응형