这里写自定义目录标题
Windows11 和 linux 运行git下来的项目,根据requirement.txt创建虚拟环境,python版本为3.8.19。requirement.txt内容如下:
llvmlite==0.36.0
matplotlib==3.4.2
numba==0.53.1
numpy==1.20.3
scikit-learn==0.24.2
scipy==1.7.0
sklearn==0.0
timm==0.4.5
torch==1.9.0
torchaudio==0.9.0
wget==3.2
zipp==3.4.1
运行后出现AttributeError: module 'numpy.typing' has no attribute 'NDArray'
问题,参考GitHub网页内容,pip install pillow==9.0.0
解决
https://github.com/MannLabs/alphapept/issues/561