Tensorflow_IO

Hey guys

Im a newbi on PyCharm and haveing trouble to getting Tensorflow_io installed. I have tried for hours and i really need help. 

I have manage to install other packages but not Tensorflow_IO for some reason. If i click on the Python packages in the lower left corner then the packages manager apears. I search for it and klick install. When i select it, it says “Cound not retrive package description. But can still be installed" 

 

I get to choose version, but not matter what version i choose, it says:

“Defaulting to user installation because normal site-packages is not writeable

ERROR: Could not find a version that satisfies the requirement tensorflow-io==0.37.1 (from versions: none)
ERROR: No matching distribution found for tensorflow-io==0.xx.x”

I tried to use pip command but there is another error:

“Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement tensorflow_io (from versions: none)
ERROR: No matching distribution found for tensorflow_io”

Anyone have any ideas?

 

0
1 comment

Hi Hakan,

Are you using a system interpreter without virtual environment, right? Would you see the same error when installing tensorflow-io package outside of the IDE? Is so, then the issue is most probably not related to PyCharm. 

Would it help to create an interpreter with venv instead?

Is the following thread of any use? https://stackoverflow.com/questions/59997065/pip-python-normal-site-packages-is-not-writeable

0

Please sign in to leave a comment.