Installed google-api-python-client, and PyCharm says it's missing.

Hi,

Installed PyCharm Community Edition 2017.2.3, and setting up a TensorFlow environment via Anaconda.  When I opened the project, it said the package requirement google-api-python-client is missing.  Tried the PyCharm package install, and it's missing in the current channels.  Ran the manual install from Anaconda CMD:

conda install -c conda-forge google-api-python-client

Went back to PyCharm, and it still doesn't see it.  Double checked, and "All packages already installed...google-api-python-client 1.6.4  py_0  conda-forge."  Then I ran an upgrade just in case:

easy_install --upgrade google-api-python-client

I did click "Ignore Requirement" to keep moving along, and was able to create a 3 node model with a simple addition node that executed perfectly.  Just want to make sure what I am doing is correct.

How can we get our project to see that we indeed have the package installed or do we not have to worry about it, i.e., ignore?

1
1 comment
Avatar
Permanently deleted user

Using the Terminal inside PyCharm to run the above command instead of running it on the terminal outside will solve the issue

conda install -c conda-forge google-api-python-client

0

Please sign in to leave a comment.