frictionlessdata / datapackage-py

A Python library for working with Data Packages.
https://frictionlessdata.io
MIT License
191 stars 43 forks source link

No attribute 'Package' #231

Closed carlos-pereyra closed 5 years ago

carlos-pereyra commented 5 years ago

While working within a virtual environment by Anaconda, full compiler details included below:

Python 3.6.0 |Continuum Analytics, Inc.| (default, Dec 23 2016, 13:19:00) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)].

Command in python >>> from datapackage import Package

Output, I get the following error. from datapackage import Package Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'Package'

I have tried several versions of python all above the recommendation of 3.3 and above, but none have be able to import 'Package'. Can someone point me in the right direction or tell me what I should do to fix this. Thanks again.

carlos-pereyra commented 5 years ago

Fixed.. I just downgraded to 1.5.0