Forum Discussion
swee2679
Aug 26, 2020Copper Contributor
importing python libraries with visual code
Hello, on python 3.7 I was able to import several libraries. via requirement text into Azure function. However it throws error on jsonlib, hashlib with error "no matching distribution found"
Some google links suggest these are default libraries hence do not need an install. However, when the azure function runs, it is unable to find these modules.
No RepliesBe the first to reply