![]() |
Module Accessing - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Module Accessing (/thread-21934.html) |
Module Accessing - Niv_Neos - Oct-21-2019 Hello people of the Python community. We have been using the Python programming language and been having trouble installing certain modules in the PC and utilizing them. The main reason we are reaching out to you is due to the reasoning being unknown. We have tried technical repairs but lead to no where. We hypothesis the module requiring additional installation of softwares, scammers, unmet privileges, or require purchasing. The main module of interest is tensorflow, with matplot and peroidictable on the list among others. Thank you for your time and have a great day. RE: Module Accessing - buran - Oct-21-2019 what OS, what python version, what problems (elaborate, show output, etc), what is your question/request? RE: Module Accessing - Niv_Neos - Oct-21-2019 Windows 10 Python 3.7.2 RE: Module Accessing - micseydel - Oct-25-2019 Have you tried installing them with pip? If you get an error from doing that, you should share the error. RE: Module Accessing - Gribouillis - Oct-26-2019 I suggest starting from tensorflow's install page. RE: Module Accessing - Niv_Neos - Oct-29-2019 Sorry for the late reply. Yes, I have but I think that it only works in 32 bits which is odd. |