Python/Flask
[ Flask ] sqlalchemy.exc.ArgumentError:
취미와 밥줄사이
2021. 6. 1. 23:58
개발환경
- 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