Unable to install packages to enviroment
I'm trying to use PyCharm on my new machine which works on Windows 8 Pro. Unfortunately I have some problem to install any additional packages to default or virtual environment. When I go to Settings -> Python Interpreters -> Select Interpreter -> Packages -> Install and type for example django, then I don't have any results for my request. In Manage Repositories I have set default url http://pypi.python.org/pypi.
But if I attach to my project reauiremnts.txt then all packages are installed. Do you have any advices what could be the reason of this problem? How can I normal find, install, update packages under Windows 8 like on other systems?
But if I attach to my project reauiremnts.txt then all packages are installed. Do you have any advices what could be the reason of this problem? How can I normal find, install, update packages under Windows 8 like on other systems?
Please sign in to leave a comment.
I would believe it's because of the new package documentation repository moved to pythonhosted.org as confirmed on (https://pypi.python.org/pypi).
Jetbrains to comment please.