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.

Publish torchtext 0.9.2 on PyPi

See original GitHub issue

It is not a bug per se, but it would be nice if torchtext 0.9.2 could be added to the releases, since at the moment, 0.9.1 requires Pytorch 1.8.1, which is not the LTS (1.8.2).

In other words, at the moment, if I do a pip install "torchtext<0.10", it will install torchtext 0.9.1 and thus pytorch 1.8.1.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
parmeetcommented, Sep 22, 2021
1reaction
harishskcommented, Sep 27, 2021

Currently the LTS releases are published on the Anaconda pytorch-lts channel and the pip packages are published at https://download.pytorch.org/whl/lts/1.8/torch_lts.html.

Torchtext 0.9.2 is also published there. Can you use the installation command lines listed at Start Locally|Pytorch or is your request to publish the LTS packages on PyPi?

Read more comments on GitHub >

github_iconTop Results From Across the Web

torchtext - PyPI
torchtext. This repository consists of: torchtext.datasets: The raw text iterators for common NLP datasets. torchtext.data: Some basic NLP building blocks.
Read more >
Developers - Publish torchtext 0.9.2 on PyPi - - Bountysource
Coming soon: A brand new website interface for an even better experience!
Read more >
How can I install torchtext? - Stack Overflow
As stated in the PyTorch forum, simply do: $ pip install https://github.com/pytorch/text/archive/master.zip. That should do it.
Read more >
Torchtext 0.13.0 documentation - PyTorch
We are not, however, committing to backwards compatibility. Prototype: These features are typically not available as part of binary distributions like PyPI or ......
Read more >
torchtext Changelog - pyup.io
In this release, we enriched our library with additional datasets and tokenizers while making improvements to our existing build system, documentation, and ...
Read more >

github_iconTop Related Medium Post

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