Here is the latest status regarding this issue. I have followed the instructions in the link above for more than ten times, but with no luck. This week I gave up. Instead of using the requests-package, I have now rewritten my python3 script to use the urllib package instead. Urllib is already included in python3 and gives me the same functionality as I was planning to get from the requests-package.