Include new dependency on simpletransformers/setup.py
See original GitHub issueHello!
I just updated my installation, and I realized, using a T5 model, that the datasets
library is used, but it apparently wasn’t included in today’s update in the packages required in the setup.py
file, forcing me to manually install the library. Is that right or did I miss something?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Python Dependencies - Everything You Need to Know
Click to learn everything about Python dependencies - from managing and adding, to packaging, checking or downloading. Here's all you need!
Read more >Managing Python dependencies with pip-tools ... - Siv Scripts
This post describes an easy-to-implement workflow for managing Python dependencies using pip-tools and requirements.txt.
Read more >How to include rpm dependency in setup.py - Stack Overflow
I'm new to python but i want to create rpm package by using setuptools and bdist_rpm option. The problem I've occurred is how...
Read more >Specifying Dependencies — Python Packaging Tutorial
Fortunately, setuptools makes it easy for us to specify those dependencies (assuming they are packaged correctly) and automatically install them when our ...
Read more >Dependency Management With Python Poetry
Start a new Poetry project; Add Poetry to an existing project; Use the pyproject.toml file; Pin dependencies; Install dependencies with poetry.lock ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, datasets is now included (with 0.61). It should have been added to the setup file, my bad. Do you have any issues with datasets installed?
I couldn’t wait until Monday 😃
For the next version (0.60.1) I’m getting the same error when loading pretrained model:
I tried with the argument
use_cached_eval_feature
as True and False.