pyportable-installer icon indicating copy to clipboard operation
pyportable-installer copied to clipboard

打包完成后出现requests不存在

Open KaHuier opened this issue 3 years ago • 0 comments

当我在文件中导入requests 然后进行打包 打包完成后 运行出现ModuleNotFoundError: No module named 'requests' 当我注释掉改行后 打包后的程序又能正常运行 但是我的库里包含requests 要怎么解决这种问题呢

KaHuier avatar Sep 07 '22 10:09 KaHuier