question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

help installing torchmeta (for ppc64le IBM architecture)

See original GitHub issue

I got the following error:

ERROR: Could not find a version that satisfies the requirement torch<1.7.0,>=1.4.0 (from torchmeta) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch<1.7.0,>=1.4.0 (from torchmeta)

unfortunately, the cluster I use has only 1.3.1 and I believe it’s due to hardware stuff. They don’t use x86 basically.

what are solutions for me?


SO: https://stackoverflow.com/questions/64049603/how-does-one-install-torchmeta-for-a-ppc64le-architecture-in-pytorch SO: https://stackoverflow.com/questions/64033543/force-installing-torchvision-0-4-2-when-i-am-forced-to-use-pytorch-1-3-1-due-to ibm issue: https://github.com/IBM/powerai/issues/268

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:23 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
tristandeleucommented, Sep 24, 2020

No unfortunately, h5py is a hard requirement because all the dataloaders are based on HDF5. You could probably still use some features of Torchmeta (such as the MetaModules and utility functions), but you would be missing out on all the dataloaders (which is one of the main features of the library).

1reaction
tristandeleucommented, Sep 23, 2020

when through the whole history of releases none worked: https://pypi.org/project/torchmeta/#history

with command `pip install torchmeta=x.x.x’

Isn’t torchmeta==1.3.1 compatible with PyTorch 1.3 & Torchvision 0.4? I haven’t tried it yet, but the requirements in setup.py seem to match https://github.com/tristandeleu/pytorch-meta/blob/5bc8638f1f640724a6f03aafd3b7606595d308d8/setup.py#L33-L34

Read more comments on GitHub >

github_iconTop Results From Across the Web

How does one install torchmeta for a ppc64le architecture in ...
I was trying to use torchmeta in a ppc64le architecture. ... (that prepend the right ibm channel with the conda binaries, plus installs...
Read more >
Getting started with PyTorch - IBM
One way to install the correct compiler is to run, depending on your architecture, either gxx_linux-ppc64le or gxx_linux-64 version 7 with conda. If...
Read more >
Force installing torchvision (on IBM ppc64le) - PyTorch Forums
I am in a weird scenario were I am forced to use torch 1.3.1 (due to hardware see: ...
Read more >
Installing Pytorch and Transformers on IBM Power 9 architecture
To install pytorch and related components on the power 9 architecture follow these steps. The first step is to setup conda by ...
Read more >
Package List — Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. ... charge density and electronic structure of systems made of electrons and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found