일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 디렉토리
- 깃허브
- 데이터베이스
- 에러
- 기초
- 플라스크
- visual studio code
- 운영체제
- 예제
- SQL
- 엑셀
- 역할
- 데이터분석
- MySQL
- 프로그래머스
- 머신러닝
- 가상환경
- 라이브러리
- matplotlib
- 코랩
- 판다스
- 우분투
- OpenCV
- 아나콘다
- 디버깅
- 원격저장소
- 리눅스
- vscode
- 파이썬
- 단축키
Archives
- Today
- Total
취미와 밥줄사이
[ 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
'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 |