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

Issue when starting sequana duee to pytz #499

Closed
cokelaer opened this issue Jan 31, 2018 · 1 comment
Closed

Issue when starting sequana duee to pytz #499

cokelaer opened this issue Jan 31, 2018 · 1 comment
Labels

Comments

@cokelaer
Copy link
Collaborator

We got this error message

ImportError: C extension: No module named 'pytz.tzinfo' not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.

one possible solution found was to reinstall pytz with pip:

pip uninstall pytz
pip install --pre pytz

as suggested here biocore/deblur#163

@cokelaer
Copy link
Collaborator Author

cokelaer commented Aug 1, 2018

added note in the faqs

@cokelaer cokelaer closed this as completed Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant