0

I'm getting this error:

enter image description here

But I can't figure out what _DEFAULT_CA_CERTS is nor how to resolve this problem. Any thoughts would be greatly appreciated!

Bismo Funyuns
  • 73
  • 1
  • 7

1 Answers1

2

pynsq depended on some non-public variables in Tornado that were removed in Tornado 5.0. For now, you'll need to downgrade to Tornado 4.5.3 and wait for pynsq to update for compatibility with Tornado 5.

Ben Darnell
  • 21,844
  • 3
  • 29
  • 50