Add New Party Type

Hello Again,

I have manually fresh installed and I still cannot see the New button in the party type list.
Anyhow please check the following error, it arises when I try to import the data via the data import list.
And I installed from the following link:

Traceback (most recent call last):
  File "/opt/bench/erpnext/apps/frappe/frappe/app.py", line 60, in application
    response = frappe.api.handle()
  File "/opt/bench/erpnext/apps/frappe/frappe/api.py", line 39, in handle
    validate_oauth()
  File "/opt/bench/erpnext/apps/frappe/frappe/api.py", line 134, in validate_oauth
    from frappe.oauth import get_url_delimiter
  File "/opt/bench/erpnext/apps/frappe/frappe/oauth.py", line 8, in 
    from oauthlib.oauth2.rfc6749.grant_types import AuthorizationCodeGrant, ImplicitGrant, ResourceOwnerPasswordCredentialsGrant, ClientCredentialsGrant,  RefreshTokenGrant, OpenIDConnectAuthCode
ImportError: cannot import name OpenIDConnectAuthCode

The version it had installed is as follows:
ERPNext: v12.x.x-develop () (develop)
Frappe Framework: v12.x.x-develop () (develop)