Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.7.7 - NameError: name 'basestring' is not defined #27

Open
ggzheng opened this issue Jun 21, 2020 · 0 comments
Open

Python 3.7.7 - NameError: name 'basestring' is not defined #27

ggzheng opened this issue Jun 21, 2020 · 0 comments

Comments

@ggzheng
Copy link

ggzheng commented Jun 21, 2020

I used Phthon 3.7.7 and bedtools 2.27.1. The program was fine if no region was identified, but ran into errors for further steps if any region was identified. An error message was reported as below

File "XXX/cruzdb/sqlsoup.py", line 208, in init
elif isinstance(engine_or_metadata, (basestring, Engine)):
NameError: name 'basestring' is not defined

I wonder if basestring is still available in Python 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant