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.

Add a `conda` install option for `pytorch-tabnet`

See original GitHub issue

Feature request

A conda installation option could be quite helpful as an alternative alongside the ability to install pytorch-tabnet with pip. I have already done the work necessary to make pytorch-tabnet available on conda-forge. (PR: https://github.com/conda-forge/staged-recipes/pull/17292)

Now you can install pytorch-tabnet as:

conda install -c conda-forge pytorch-tabnet

Note: the PR was just merged. Give it some 2-3 hours and it will be ready for use.

💡 I will send a PR to update the docs/readme.

Issue Analytics

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

github_iconTop GitHub Comments

6reactions
sugatoraycommented, Dec 18, 2021

cc: @Optimox @Hartorn

A screenshot says it all! 🎆

image

1reaction
sugatoraycommented, Dec 19, 2021

do you have access to the project Slack?

Yes. Just joined. Didn’t realize that you had reworded the commit message. I also reworded that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue with installing TabNet in Python (Anaconda)
I gonna install TabNet in Anaconda and I use pip install pytorch-tabnet to install it by I face the following error. I run...
Read more >
conda install
This command accepts a list of package specifications (e.g, bitarray=0.8) and installs a set of packages consistent with those specifications and compatible ...
Read more >
TabNet: A very simple regression example | Kaggle
This notebook is a simple example of performing a regression using the pyTorch implementation. TabNetRegressor() has a number of options for the device_name...
Read more >
Start Locally - PyTorch
Select your preferences and run the install command. ... conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia.
Read more >
Pytorch - :: Anaconda.org
conda install. To install this package run one of the following: conda install -c pytorch pytorch. Description. By data scientists, for data scientists ......
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