0

I'm trying to import 'Security_pb2' package in python 3. But it's showing error. Can anyone tell me how to import it or any othet way to get it done.

I even tried using to install it using "pip", but

Could not find a version that satisfies the requirement security_pb2 (from ver sions: ) No matching distribution found for security_pb2

I also tried with "conda", but

Collecting package metadata: done Solving environment: failed

PackagesNotFoundError: The following packages are not available from current cha nnels:

  • security_pb2

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

David
  • 366
  • 3
  • 22

1 Answers1

0

Apparently snakebite doesn't work with Python3, so you'll have to revert to Python2 in order for it to work.

Tjofoed
  • 121
  • 5