Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 2 years ago.
Improve this question
enter code here[how to to install the module][1]
I cannot able to install this CSV module
[1]:https://i.stack.imgur.com/WQndX.jpg
csv is a default module in python3. But if there is an error in importing the module, there could have been an error while downloading python (that is if you aren't using python on cmd and on a text editor). I recommend you reinstall the editor. And also could you please tell if you are able to install any other packages/modules via pip? Because if you cannot install modules via pip, there definitely was some kind of an error while downloading pip too.
Related
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 6 days ago.
Improve this question
The "tensorflow-gpu" package has been removed!
Please install "tensorflow" instead.
Other than the name, the two packages have been identical
since TensorFlow 2.1, or roughly since Sep 2019. For more
information, see: pypi.org/project/tensorflow-gpu
when i tried to install tensorflow-gpu by pip this error occurred.
cuda,cudnn is installed to run python on gpu but pycharm not work on gpu ...
what should I do?
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 5 months ago.
Improve this question
I went to the link here, python 3.8 download page, but there is no installer executable. How can I get the normal python installer download for older versions as is available on the most recent page?
(edit) If this is a bad question, feel free to explain why. Python.org made it difficult to download installers for old versions, hence this question. Thanks.
Install this one, it has 32-bit for windows link
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 5 years ago.
Improve this question
I am using python 3.6.2 on WSL (Windows Linux subsystem) and trying to set tensorflow environment (and installing some other libraries as well). However, i always get an error when I exit and login again:
ModuleNotFoundError: No module named 'tensorflow'
So I have to reinstall the libraries again and the problem will be fixed until I logout again. This problem only happens with my python3. I also tried python3 and use import tensorflow to find the library, but it also returned the same error.
I think the problem may be related with system path because python cannot find the library in its original searching directory. when i enter sys.path it returns:
['', '/home/jeoker/anaconda3/lib/python36.zip', '/home/jeoker/anaconda3/lib/python3.6', '/home/jeoker/anaconda3/lib/python3.6/lib-dynload', '/home/jeoker/anaconda3/lib/python3.6/site-packages']
But when I do conda list, the result always show the files in /home/jeoker/anaconda2. I tried sudo pip3 install tensorflow, but it gived me this: Requiement already satisfied. It seems that the path where the libraries are installed is not the same as where python is looking into.
Does anyone know how can I fix this problem? thanks in advance!!
Well, since no one is answering this question, I have to close the question. What I did to overcome the issue was just to uninstall the whole WSL and reinstall it.
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 5 years ago.
Improve this question
I have recently downloaded ActivePython 3.6 and it works just fine, but when I try to install the os module I get following console output:Command prompt screenshot
Thank you for all your help in advance:)
In the Python Standard Library:
16.1. os — Miscellaneous operating system interfaces
OS is one of the libraries listed, so you shouldn't need to download anything.
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 6 years ago.
Improve this question
I use a mac, and I have two versions of python (2.7 and 3.5). I installed scitools using pip and import from scitools import * works with 2.7 but not 3.5. I was wondering if it's because of links or something. I have included a screenshot. Thank you!
EDIT:
pip3 install scitools gives:
scitools requires Python 2.7 (source: github). It's apparently not actively maintained, so don't wait around for Python 3 support.
As you can read on https://github.com/hplgit/scitools , the module dependencies are Python2.7 and numpy.