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

Failed to install from test PyPI, problem of installing IPython #80

Closed
marvinmin opened this issue Mar 13, 2020 · 6 comments · Fixed by #82 or #84
Closed

Failed to install from test PyPI, problem of installing IPython #80

marvinmin opened this issue Mar 13, 2020 · 6 comments · Fixed by #82 or #84
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@marvinmin
Copy link
Collaborator

When installing from test PyPI, there is an error about IPython.

ERROR: Could not find a version that satisfies the requirement IPython<8.0.0,>=7.13.0 (from eda-analysis) (from versions: none)
ERROR: No matching distribution found for IPython<8.0.0,>=7.13.0 (from eda-analysis)
@marvinmin marvinmin added the bug Something isn't working label Mar 13, 2020
@marvinmin marvinmin added this to the milestone 3 milestone Mar 13, 2020
@marvinmin marvinmin self-assigned this Mar 13, 2020
@marvinmin
Copy link
Collaborator Author

marvinmin commented Mar 13, 2020

It seems the only function using IPython is the generate_report() function. We used .display() to show the Altair plot. @sgauravm, Is there any way to avoid using the function?

I tried to remove the .display() function in the prepare_publish branch. But I think the wrapper function will have a problem of showing the plots at the same time.

@marvinmin marvinmin added the help wanted Extra attention is needed label Mar 13, 2020
@marvinmin marvinmin changed the title Failed to install from test PyPI Failed to install from test PyPI, problem of installing IPython Mar 13, 2020
@v5y8 v5y8 closed this as completed in #82 Mar 13, 2020
@marvinmin
Copy link
Collaborator Author

Reopen.
Using a fixed IPython version still has the similar error:

ERROR: Could not find a version that satisfies the requirement IPython==7.13.0 (from eda-analysis) (from versions: none)
ERROR: No matching distribution found for IPython==7.13.0 (from eda-analysis)

@marvinmin marvinmin reopened this Mar 13, 2020
@v5y8
Copy link
Collaborator

v5y8 commented Mar 13, 2020

do you have to specify a version of IPython?
maybe the version requirement's too stringent.

@sweber15
Copy link
Collaborator

I was trying to read why it is happening:

I'd say try the first one to see if you can get more information. If not there might be a version issue maybe try something like ^7.0.0.

@sgauravm
Copy link
Collaborator

Is it only IPython? Let me try some other way to display the plot if possible.So we won't be facing this issue

@marvinmin
Copy link
Collaborator Author

I tried to remove the version limit of IPython in pull request #83. If it doesn't, I'll push the function without using IPython.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
4 participants