You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Sphinx v7.1.2
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 356, in eval_config_file
exec(code, namespace) # NoQA: S102
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/docs/conf.py", line 16, in<module>
import pandaswizard as pdw
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/pandaswizard/__init__.py", line 31, in<module>
from pandaswizard import timeseries
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/pandaswizard/timeseries/__init__.py", line 28, in<module>
from pandaswizard.timeseries.stationarity import *
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/pandaswizard/timeseries/stationarity.py", line 11, in<module>
from statsmodels.tsa.stattools import kpss # kpss test
ModuleNotFoundError: No module named 'statsmodels'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/envs/latest/lib/python3.10/site-packages/sphinx/cmd/build.py", line 285, in build_main
app = Sphinx(args.sourcedir, args.confdir, args.outputdir,
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/envs/latest/lib/python3.10/site-packages/sphinx/application.py", line 207, in __init__
self.config = Config.read(self.confdir, confoverrides or {}, self.tags)
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 179, inread
namespace = eval_config_file(filename, tags)
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 369, in eval_config_file
raise ConfigError(msg % traceback.format_exc()) from exc
sphinx.errors.ConfigError: There is a programmable error in your configuration file:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 356, in eval_config_file
exec(code, namespace) # NoQA: S102
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/docs/conf.py", line 16, in<module>
import pandaswizard as pdw
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/pandaswizard/__init__.py", line 31, in<module>
from pandaswizard import timeseries
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/pandaswizard/timeseries/__init__.py", line 28, in<module>
from pandaswizard.timeseries.stationarity import *
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/pandaswizard/timeseries/stationarity.py", line 11, in<module>
from statsmodels.tsa.stattools import kpss # kpss test
ModuleNotFoundError: No module named 'statsmodels'
Configuration error:
There is a programmable error in your configuration file:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 356, in eval_config_file
exec(code, namespace) # NoQA: S102
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/docs/conf.py", line 16, in<module>
import pandaswizard as pdw
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/pandaswizard/__init__.py", line 31, in<module>
from pandaswizard import timeseries
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/pandaswizard/timeseries/__init__.py", line 28, in<module>
from pandaswizard.timeseries.stationarity import *
File "/home/docs/checkouts/readthedocs.org/user_builds/pandas-wizard/checkouts/latest/pandaswizard/timeseries/stationarity.py", line 11, in<module>
from statsmodels.tsa.stattools import kpss # kpss test
ModuleNotFoundError: No module named 'statsmodels'
Command time: 1s Return: 2
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details (optional)
No response
What happened?
Issue is raised because time series uses the following additional packages:
Related Issue:
requirements.txt
file, unless developer requires additional dependencies. #31Python Version
3.9 (default)
What type of operating system are you using?
Windows 11
Relevant System Configuration
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: