
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
선생님 안녕하세요!
주셨던 코드스니펫 그대로 입력했는데 오류가 발생해서 문의드립니다!
!pip install urllib3==1.26.14 requests==2.25.1 yahooquery==2.3.0
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Requirement already satisfied: urllib3==1.26.14 in /usr/local/lib/python3.9/dist-packages (1.26.14)
Collecting requests==2.25.1
Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Requirement already satisfied: yahooquery==2.3.0 in /usr/local/lib/python3.9/dist-packages (2.3.0)
Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.9/dist-packages (from requests==2.25.1) (4.0.0)
Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.9/dist-packages (from requests==2.25.1) (2.10)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.9/dist-packages (from requests==2.25.1) (2022.12.7)
Requirement already satisfied: lxml>=4.9.1 in /usr/local/lib/python3.9/dist-packages (from yahooquery==2.3.0) (4.9.2)
Requirement already satisfied: pandas>=0.24.0 in /usr/local/lib/python3.9/dist-packages (from yahooquery==2.3.0) (1.5.3)
Requirement already satisfied: requests-futures>=1.0.0 in /usr/local/lib/python3.9/dist-packages (from yahooquery==2.3.0) (1.0.0)
Requirement already satisfied: tqdm>=4.54.1 in /usr/local/lib/python3.9/dist-packages (from yahooquery==2.3.0) (4.65.0)
Requirement already satisfied: python-dateutil>=2.8.1 in /usr/local/lib/python3.9/dist-packages (from pandas>=0.24.0->yahooquery==2.3.0) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.9/dist-packages (from pandas>=0.24.0->yahooquery==2.3.0) (2022.7.1)
Requirement already satisfied: numpy>=1.20.3 in /usr/local/lib/python3.9/dist-packages (from pandas>=0.24.0->yahooquery==2.3.0) (1.22.4)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.9/dist-packages (from python-dateutil>=2.8.1->pandas>=0.24.0->yahooquery==2.3.0) (1.16.0)
Installing collected packages: requests
Attempting uninstall: requests
Found existing installation: requests 2.26.0
Uninstalling requests-2.26.0:
Successfully uninstalled requests-2.26.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-colab 1.0.0 requires requests>=2.27.0, but you have requests 2.25.1 which is incompatible.
tweepy 4.13.0 requires requests<3,>=2.27.0, but you have requests 2.25.1 which is incompatible.
yfinance 0.2.18 requires requests>=2.26, but you have requests 2.25.1 which is incompatible.
Successfully installed requests-2.25.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
