datasets / s-and-p-500-companies

List of companies in the S&P 500 together with associated financials
https://datahub.io/core/s-and-p-500-companies
499 stars 491 forks source link

Cannot import name 'pipeline' #23

Closed linkwb closed 6 years ago

linkwb commented 6 years ago

Hi everyone,

When I try to make the package, I get the following:

python test_data.py
Traceback (most recent call last):
  File "test_data.py", line 10, in <module>
    from goodtables import pipeline as _pipeline
ImportError: cannot import name 'pipeline'
make: *** [valid.txt] Error 1

Even after updating goodtables (only installed xlrd-1.1.0), I'm still running into the issue.

Goodtables version: 1.5.1 Python version: 3.6.4

Anyone else having this problem/know how to fix it?

Thanks

rufuspollock commented 6 years ago

@linkwb we haven't encountered this but we are simplifying making the package. Right now you could just run constituents.py. Re-open if you are still having issues.