- Download the package from the source: https://github.com/hyperskill/hs-test-python/archive/release.tar.gz.
- Open the Terminal (Alt + F12 for Windows), and enter the following commands:
cd ~/Downloads/ - pip install hs-test-python-release.tar.gz
- Please note that our projects don't work with Anaconda Python.
You can try to configure a Python interpreter using this instruction.
If that doesn't work, please try the following:
- Open the terminal in the project. Use one of the options:
- Main menu -> Tools -> Python or Debug console
- Alt + F12
- Main menu -> Help -> type "Terminal" or "Python Console"
- Type the command
pip install -r requirements.txt
- Wait until the installation completes
If the steps described above did not help, please collect the full IDE log bundle as per this article and attach it to this support form. Don't forget to include a link to your profile (My Learning) and a problem or project stage you're trying to solve. It will help us to understand the issue and process your request much faster.