Wild-Time
Wild-Time copied to clipboard
Issue via pip install
New conda environment with
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.8.6
- pip
Gives the following issue while running with pip install wildtime==1.1.3
Collecting pytorch-tabular==0.7.0 (from wildtime==1.1.3)
Using cached pytorch_tabular-0.7.0.tar.gz (2.0 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
error in pytorch_tabular setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; .* suffix can only be used with `==` or `!=` operators
PyYAML>=5.1.*
~~~~~~^
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
+1