Skip to content

ModuleNotFoundError in in_interactive_session #24714

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

Merged
merged 3 commits into from
Jan 13, 2019
Merged

ModuleNotFoundError in in_interactive_session #24714

merged 3 commits into from
Jan 13, 2019

Conversation

dickreuter
Copy link
Contributor

@dickreuter dickreuter changed the title ModuleNotFoundErrorin 'in_interactive_session' (:issue:24690`) ModuleNotFoundError in 'in_interactive_session' (:issue:24690) Jan 10, 2019
@codecov
Copy link

codecov bot commented Jan 10, 2019

Codecov Report

Merging #24714 into master will decrease coverage by <.01%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24714      +/-   ##
==========================================
- Coverage   92.38%   92.38%   -0.01%     
==========================================
  Files         166      166              
  Lines       52311    52324      +13     
==========================================
+ Hits        48328    48338      +10     
- Misses       3983     3986       +3
Flag Coverage Δ
#multiple 90.8% <50%> (-0.01%) ⬇️
#single 43.06% <50%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/io/formats/console.py 72.46% <50%> (-1.78%) ⬇️
pandas/util/testing.py 88% <0%> (-0.1%) ⬇️
pandas/core/arrays/datetimes.py 97.75% <0%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bad02e8...d675cd2. Read the comment docs.

@codecov
Copy link

codecov bot commented Jan 10, 2019

Codecov Report

Merging #24714 into master will decrease coverage by <.01%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24714      +/-   ##
==========================================
- Coverage   92.38%   92.38%   -0.01%     
==========================================
  Files         166      166              
  Lines       52321    52324       +3     
==========================================
+ Hits        48338    48339       +1     
- Misses       3983     3985       +2
Flag Coverage Δ
#multiple 90.8% <50%> (-0.01%) ⬇️
#single 43.06% <50%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/io/formats/console.py 72.46% <50%> (-1.78%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3fe28fc...9f8a50e. Read the comment docs.

Copy link
Contributor

@TomAugspurger TomAugspurger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm still iffy on this. It's not clear to me what pylint is doing, and I'd prefer not to add workarounds if it's something that should be fixed upstream.

@@ -1748,6 +1748,7 @@ I/O
- Bug in :meth:`DataFrame.to_stata`, :class:`pandas.io.stata.StataWriter` and :class:`pandas.io.stata.StataWriter117` where a exception would leave a partially written and invalid dta file (:issue:`23573`)
- Bug in :meth:`DataFrame.to_stata` and :class:`pandas.io.stata.StataWriter117` that produced invalid files when using strLs with non-ASCII characters (:issue:`23573`)
- Bug in :class:`HDFStore` that caused it to raise ``ValueError`` when reading a Dataframe in Python 3 from fixed format written in Python 2 (:issue:`24510`)
- Bug in :func:`in_interactive_session` that caused it to raise ``ModuleNotFoundError`` (:issue:`24690`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think in_interactive_session is part of the public API. This should be user-facing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I don't think we even need this note

@jreback jreback changed the title ModuleNotFoundError in 'in_interactive_session' (:issue:24690) ModuleNotFoundError in in_interactive_session Jan 10, 2019
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just remove the note

@@ -1748,6 +1748,7 @@ I/O
- Bug in :meth:`DataFrame.to_stata`, :class:`pandas.io.stata.StataWriter` and :class:`pandas.io.stata.StataWriter117` where a exception would leave a partially written and invalid dta file (:issue:`23573`)
- Bug in :meth:`DataFrame.to_stata` and :class:`pandas.io.stata.StataWriter117` that produced invalid files when using strLs with non-ASCII characters (:issue:`23573`)
- Bug in :class:`HDFStore` that caused it to raise ``ValueError`` when reading a Dataframe in Python 3 from fixed format written in Python 2 (:issue:`24510`)
- Bug in :func:`in_interactive_session` that caused it to raise ``ModuleNotFoundError`` (:issue:`24690`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I don't think we even need this note

@jreback jreback added the Bug label Jan 11, 2019
@dickreuter
Copy link
Contributor Author

@REJack, remove the note

@jreback jreback added this to the 0.24.0 milestone Jan 13, 2019
@jreback jreback added Compat pandas objects compatability with Numpy or Python functions and removed Bug labels Jan 13, 2019
@jreback jreback merged commit 6c84005 into pandas-dev:master Jan 13, 2019
@jreback
Copy link
Contributor

jreback commented Jan 13, 2019

thanks!

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Jan 13, 2019 via email

@dickreuter
Copy link
Contributor Author

dickreuter commented Jan 13, 2019 via email

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Jan 13, 2019 via email

@dickreuter
Copy link
Contributor Author

dickreuter commented Jan 13, 2019 via email

Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

core\common.py:496: ModuleNotFoundError
3 participants