취미와 밥줄사이
[ Flask ] sqlalchemy.exc.ArgumentError: 본문
개발환경
- OS : Windows 10 (64bit)
- python : version 3.8
- Visual Stuido Code
에러 문구
sqlalchemy.exc.ArgumentError: Could not parse rfc1738 URL from string
해결 방안
데이터 베이스의 경로를 \\\에서 ///로 변경
REFERENCE
https://github.com/dataquestio/twitter-scrape/issues/2
Could not parse rfc1738 URL from string · Issue #2 · dataquestio/twitter-scrape
I have all the requirements, running python3.5.3 in virtualenvwrapper, on the most recent Raspbian Stretch (Jan2018), but I always get this. Any hints? Traceback (most recent call last): File "...
github.com
'Python > Flask' 카테고리의 다른 글
[ Flask ] ValueError : urls must start with a leading slash (0) | 2021.06.04 |
---|---|
[ Flask ] ImportError: cannot import name 'secure_filename' from 'werkzeug' (1) | 2021.06.04 |
[ Flask ] Error: Internal Server Error (0) | 2021.06.03 |
[ Flask ] ImportError: DLL load failed while importing _sqlite3 (0) | 2021.06.02 |
[ Flask ] OSError: [ WinError 123 ] (0) | 2021.06.01 |