Install pytorch in linux ubuntu 18

Hi guys ,
i need help , i try all this pytorch.org
but not going to work with me
i need install pytorch in my ubuntu 18
can anyone guide me plz

1 Like

These instructions should work for any linux distribution for which you have either pip or conda.
What exactly is the problem you encounter?

its not work with me , i really try to work with pytorch for my first time, week try to istall pytorsh in y ubuntu 18.04 but i fall it give me error every time , now i will try anaconde , i hopee done

Can you give more informations about what you do and what is the error you encounter?

1 Like

when i got the error , will send you screenshot
thanx for care

mahmud@mahmud-z:~$ pip install torchvision
Collecting torchvision
6a98e10da4ff60994b54/torch-0.4.1-cp27-cp27mu-manylinux1_x86_64.whl (519.5MB)
9% |β–ˆβ–ˆβ–ˆ | 49.2MB 6.8kB/s eta 19:16:28Exception:
Traceback (most recent call last):
File β€œ/usr/lib/python2.7/dist-packages/pip/basecommand.py”, line 215, in main
status = self.run(options, args)
File β€œ/usr/lib/python2.7/dist-packages/pip/commands/install.py”, line 353, in run
wb.build(autobuilding=True)
File β€œ/usr/lib/python2.7/dist-packages/pip/wheel.py”, line 749, in build
self.requirement_set.prepare_files(self.finder)
File β€œ/usr/lib/python2.7/dist-packages/pip/req/req_set.py”, line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File β€œ/usr/lib/python2.7/dist-packages/pip/req/req_set.py”, line 620, in _prepare_file
session=self.session, hashes=hashes)
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 821, in unpack_url
hashes=hashes
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 659, in unpack_http_url
hashes)
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 882, in _download_http_url
_download_url(resp, link, content_file, hashes)
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 603, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File β€œ/usr/lib/python2.7/dist-packages/pip/utils/hashes.py”, line 46, in check_against_chunks
for chunk in chunks:
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 571, in written_chunks
for chunk in chunks:
File β€œ/usr/lib/python2.7/dist-packages/pip/utils/ui.py”, line 139, in iter
for x in it:
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 560, in resp_read
decode_content=False):
File β€œ/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py”, line 436, in stream
data = self.read(amt=amt, decode_content=decode_content)
File β€œ/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py”, line 401, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File β€œ/usr/lib/python2.7/contextlib.py”, line 35, in exit
self.gen.throw(type, value, traceback)
File β€œ/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py”, line 316, in _error_catcher
raise ReadTimeoutError(self._pool, None, β€˜Read timed out.’)
ReadTimeoutError: HTTPSConnectionPool(host=β€˜files.pythonhosted’, port=443): Read timed out.

You lost your internet connection during the download. Is your internet connection stable?

1 Like

thanx you very helper
:grinning::grinning::grinning::grinning:

how i can install anaconda and use it to install pytorch in ubuntu 18.04

Download it from Free Download | Anaconda then follow the installation instruction. Then use the installation command from https://pytorch.org. On Ubuntu 18.04 this should work without issues.

1 Like

mahmud@mahmud-z:~/pytorch$
mahmud@mahmud-z:~/pytorch$ pip install torch torchvision
Collecting torch
Downloading https://files.pythonhosted.org/packages/06/a7/6a173738dd6be014ebf9ba6f0b441d91b113b1506a98e10da4ff60994b54/torch-0.4.1-cp27-cp27mu-manylinux1_x86_64.whl (519.5MB)
99% |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 519.5MB 104kB/s eta 0:00:01Exception:
Traceback (most recent call last):
File β€œ/usr/lib/python2.7/dist-packages/pip/basecommand.py”, line 215, in main
status = self.run(options, args)
File β€œ/usr/lib/python2.7/dist-packages/pip/commands/install.py”, line 353, in run
wb.build(autobuilding=True)
File β€œ/usr/lib/python2.7/dist-packages/pip/wheel.py”, line 749, in build
self.requirement_set.prepare_files(self.finder)
File β€œ/usr/lib/python2.7/dist-packages/pip/req/req_set.py”, line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File β€œ/usr/lib/python2.7/dist-packages/pip/req/req_set.py”, line 620, in _prepare_file
session=self.session, hashes=hashes)
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 821, in unpack_url
hashes=hashes
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 659, in unpack_http_url
hashes)
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 882, in _download_http_url
_download_url(resp, link, content_file, hashes)
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 603, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File β€œ/usr/lib/python2.7/dist-packages/pip/utils/hashes.py”, line 46, in check_against_chunks
for chunk in chunks:
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 571, in written_chunks
for chunk in chunks:
File β€œ/usr/lib/python2.7/dist-packages/pip/utils/ui.py”, line 139, in iter
for x in it:
File β€œ/usr/lib/python2.7/dist-packages/pip/download.py”, line 560, in resp_read
decode_content=False):
File β€œ/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py”, line 436, in stream
data = self.read(amt=amt, decode_content=decode_content)
File β€œ/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py”, line 384, in read
data = self._fp.read(amt)
File β€œ/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/filewrapper.py”, line 63, in read
self._close()
File β€œ/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/filewrapper.py”, line 50, in _close
self.__callback(self.__buf.getvalue())
File β€œ/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/controller.py”, line 275, in cache_response
self.serializer.dumps(request, response, body=body),
File β€œ/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/serialize.py”, line 55, in dumps
β€œbody”: _b64_encode_bytes(body),
File β€œ/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/serialize.py”, line 12, in _b64_encode_bytes
return base64.b64encode(b).decode(β€œascii”)
MemoryError

well, you are using pip not conda

1 Like

i found conda better

I also prefer it most of the time. What I meant though was that you were calling

pip install torch torchvision` 

in your example above that failed instead of

conda install pytorch torchvision -c pytorch

(you should maybe try the latter to see if it solves your problem)

1 Like