Skip to content
New issue

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

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

Already on GitHub? # to your account

What is the reason for this error? #176

Open
luming0846 opened this issue May 5, 2019 · 2 comments
Open

What is the reason for this error? #176

luming0846 opened this issue May 5, 2019 · 2 comments

Comments

@luming0846
Copy link

File "C:/Users/vv/PycharmProjects/untitled/Apress/selenium_1.py", line 15, in
import records
File "C:\MyPythonScri\lib\site-packages\records.py", line 9, in
import tablib
File "C:\MyPythonScri\lib\site-packages\tablib_init_.py", line 3, in
from tablib.core import (
File "C:\MyPythonScri\lib\site-packages\tablib\core.py", line 16, in
from tablib import formats
File "C:\MyPythonScri\lib\site-packages\tablib\formats_init_.py", line 16, in
from . import df as df
File "C:\MyPythonScri\lib\site-packages\tablib\formats_df.py", line 14, in
from pandas import DataFrame
File "C:\MyPythonScri\lib\site-packages\pandas_init
.py", line 26, in
from pandas.libs import (hashtable as hashtable,
File "C:\MyPythonScri\lib\site-packages\pandas_libs_init
.py", line 4, in
from .tslibs import (
File "C:\MyPythonScri\lib\site-packages\pandas_libs\tslibs_init
.py", line 4, in
from .conversion import normalize_date, localize_pydatetime, tz_convert_single
File "pandas_libs\tslibs\conversion.pyx", line 234, in init pandas._libs.tslibs.conversion
AttributeError: type object 'pandas._libs.tslibs.conversion._TSObject' has no attribute 'reduce_cython

@ozcanyarimdunya
Copy link

ozcanyarimdunya commented May 14, 2019

It seems you haven't install pandas properly and btw, can you write code where you get the error ?

@josephwon0310
Copy link

Could you run this command pip freeze > requirements.txt, and share the dependencies?

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

No branches or pull requests

3 participants