question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi,

I’m trying to follow the examples shown on the README file with:

` spleeter separate -i myfile.wav -p spleeter:2stems -o output

but keep getting and error msg:

from pandas.core.indexers import check_array_indexer ImportError: cannot import name 'check_array_indexer' from 'pandas.core.indexers' (/home/eli/anaconda3/lib/python3.7/site-packages/pandas/core/indexers.py) ` Any idea why this is happening?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13

github_iconTop GitHub Comments

8reactions
duhaimecommented, Apr 8, 2020

I fixed this with:

pip install pandas==1.0.1
2reactions
qrzhangcommented, Jun 30, 2020

I fixed this with:

conda update pandas
Read more comments on GitHub >

github_iconTop Results From Across the Web

pandas.errors.EmptyDataError
Exception raised in pd.read_csv when empty data or header is encountered. previous. pandas.errors.DuplicateLabelError.
Read more >
Pandas import error - python 2.7
I am having the same problem, when I --upgrade pandas and numpy it says "Requirement already up to date..." – Blou91. Aug 14,...
Read more >
error handling; pandas and data analysis
f-strings are a convenient way to construct error messages: anything inside curly brackets is interpreted as a Python expression. e.g.
Read more >
How To Fix pandas.parser.CParserError: Error tokenizing ...
Understanding how to deal with and fix pandas error raised by read_csv pandas.errors.ParserError: Error tokenizing data. C error: Expected 5 ...
Read more >
Common Pandas Errors
Common Pandas Errors. GitHub Gist: instantly share code, notes, and snippets.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found