graviraja / MLOps-Basics

MIT License
6.09k stars 1.02k forks source link

Error with numpy and transformers modules #32

Open pythonista-blitz opened 1 year ago

pythonista-blitz commented 1 year ago

When I run python train.py I get the following error for two modules numpy, transformers. Fortunately, as you can see in the link, downgrading the version solved the problem, but it is not an essential improvement and I would like to see it improved.

https://stackoverflow.com/questions/75069062/module-numpy-has-no-attribute-object https://github.com/huggingface/transformers/issues/11799