Hello guys,
Is it possible to update the python packages in the python environment?
After I import my programm it gives me an error when I try to load a pickel data:
AttributeError: Can't get attribute '_unpickle_block' on <module 'pandas._libs.internals' from 'c:\\program files\\alteryx\\bin\\miniconda3\\envs\\designerbasetools_venv\\lib\\site-packages\\pandas\\_libs\\internals.cp38-win_amd64.pyd'>
After Searching to solve this problem I think that I have to update the packages. But it does not work with %pip install --user pandas==1.4.1
Can you help me?