selwin / python-user-agents

A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
MIT License
1.44k stars 197 forks source link

Conflict with python 3.5? #76

Closed adamliuio closed 7 years ago

adamliuio commented 7 years ago

I was trying to install with anaconda and resulted in the following error message:

UnsatisfiableError: The following specifications were found to be in conflict:

  • python 3.5*
  • user-agents 1.1.0 -> python 2.7

Any advice?

Thanks.