1. python 3.8.5 버전 다운로드 받았습니다. 2. 영상 나온대로 설치하고 다른것들은 하지않았습니다. 3. Microsoft Windows [Version 10.0.19041.508] (c) 2020 Microsoft Corporation. All rights reserved.
C:\Users\Hyungchan Park>pip
Usage: pip [options]
Commands: install Install packages. download Download packages. uninstall Uninstall packages. freeze Output installed packages in requirements format. list List installed packages. show Show information about installed packages. check Verify installed packages have compatible dependencies. config Manage local and global configuration. search Search PyPI for packages. cache Inspect and manage pip's wheel cache. wheel Build wheels from your requirements. hash Compute hashes of package archives. completion A helper command used for command completion. debug Show information useful for debugging. help Show help for commands.
General Options: -h, --help Show help. --isolated Run pip in an isolated mode, ignoring environment variables and user configuration. -v, --verbose Give more output. Option is additive, and can be used up to 3 times. -V, --version Show version and exit. -q, --quiet Give less output. Option is additive, and can be used up to 3 times (corresponding to WARNING, ERROR, and CRITICAL logging levels). --log Path to a verbose appending log. --proxy Specify a proxy in the form [user:passwd@]proxy.server:port. --retries Maximum number of retries each connection should attempt (default 5 times). --timeout Set the socket timeout (default 15 seconds). --exists-action Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort. --trusted-host Mark this host or host:port pair as trusted, even though it does not have valid or any HTTPS. --cert Path to alternate CA bundle. --client-cert Path to SSL client certificate, a single file containing the private key and the certificate in PEM format. --cache-dir Store the cache data in . --no-cache-dir Disable the cache. --disable-pip-version-check Don't periodically check PyPI to determine whether a new version of pip is available for download. Implied with --no-index. --no-color Suppress colored output --no-python-version-warning Silence deprecation warnings for upcoming unsupported Pythons.
+0
2020년 9월 17일
아 pip list 다시 올려드릴게요!
+0
2020년 9월 17일
Microsoft Windows [Version 10.0.19041.508] (c) 2020 Microsoft Corporation. All rights reserved.
C:\Users\Hyungchan Park>pip list Package Version ----------------- ------- astroid 2.4.2 colorama 0.4.3 isort 4.3.21 lazy-object-proxy 1.4.3 mccabe 0.6.1 pip 20.1.1 pylint 2.5.3 setuptools 47.1.0 six 1.15.0 toml 0.10.1 wrapt 1.12.1 WARNING: You are using pip version 20.1.1; however, version 20.2.3 is available. You should consider upgrading via the 'c:\users\hyungchan park\appdata\local\programs\python\python38-32\python.exe -m pip install --upgrade pip' command.
C:\Users\Hyungchan Park>
+0
2020년 9월 17일
위 에러화면은 어느 경우에 생기는 건가여? 현재 project close 하신 다음에 new project -> pure python 에서 existing interpreter 선택하시고 거기서 설치한 python 버젼을 선택해보세요
+0
2020년 9월 17일
existing interpreter에 아무것도 보이지 않아서 옆에 더보기 눌러서 현재 설치되어있는 python 버전을 눌렀더니 Hello 까지 잘 진행되었네요!
+0
2020년 9월 17일
다행이네요!! venv 는 가상환경인데, 설정이 어떻게 된지 모르겠지만 일단은 지금과 같이 사용하시면 될 것 같아용^^
댓글 8개