ImportError: cannot import name 'opentype' on ubuntu 16, python3.6 #5234
Labels
packaging
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Im getting error after upgrading from ubuntu 14 to ubuntu 16. My development server is on ubuntu 14 which has no issue, but now i upgraded my local system with ubuntu 16, and i started getting this error for
pip install --upgrade google-cloud-storage
package.Tried
pip install --upgrade pyasn1-modules.
but same error.Here are system details and error traceback:
Google Cloud Storage
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
3.Python 3.6.3, pip 10.0.1
$ pip show google-cloud-storage
output:Name: google-cloud-storage
Version: 1.8.0
Summary: Google Cloud Storage API client library
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
Author: Google LLC
Author-email: [email protected]
License: Apache 2.0
Location: /home/friendcolony/python_workspace/Virtual_EnvPy36/lib/python3.5/site-packages
Requires: google-api-core, google-cloud-core, google-resumable-media
Required-by:
pip freeze output
Any Help..?
The text was updated successfully, but these errors were encountered: