thuml / TimeXer

Official implementation for "TimeXer: Empowering Transformers for Time Series Forecasting with Exogenous Variables" (NeurIPS 2024)
83 stars 8 forks source link

AttributeError:module 'pkgutil' has no attribute 'ImpImporter'. #8

Open jsemrau opened 3 weeks ago

jsemrau commented 3 weeks ago

Description The build process fails on Ubuntu/Python3.12 with this error message.

Solution Update setuptools (given that python -v returns 3.12) python -m pip install --upgrade setuptools

Edit requirements.txt to read numpy==1.26.4

I have removed all numbered requirements and it seems to work. YMMV