일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 기초
- 디렉토리
- 코랩
- 가상환경
- 프로그래머스
- vscode
- 파이썬
- 데이터분석
- OpenCV
- 예제
- 역할
- 우분투
- MySQL
- 리눅스
- SQL
- 깃허브
- 단축키
- matplotlib
- 엑셀
- 에러
- 아나콘다
- 디버깅
- 머신러닝
- 원격저장소
- 운영체제
- 데이터베이스
- 플라스크
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 |