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

Uninstalling the package and installing again leads to Cython error #29

Open
kmaninis opened this issue Apr 26, 2018 · 3 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@kmaninis
Copy link
Collaborator

If it is installed from scratch it works just fine.

However, if you pip uninstall davisinteractive and then pip install davisinteractive again, the following error appears:
image
Maybe define some Cython requirement?

@albertomontesg albertomontesg changed the title uninstalling the package and installing again leads to Cython error. Uninstalling the package and installing again leads to Cython error Apr 26, 2018
@albertomontesg albertomontesg added the bug Something isn't working label Apr 26, 2018
@albertomontesg
Copy link
Owner

I cannot reproduce myself (very extensively). I don't think add a dependency is the solution.

I also think this is not critical at all as the public release is right now. If happens this again we will reopen this issue and dig more into it.

@kmaninis
Copy link
Collaborator Author

Once you upgrade pip to 10.0.1 it happens.
With pip 9.0.3 it does not.

It is ok in case the package is never upgraded, but this is not the case.

@albertomontesg
Copy link
Owner

I have tested to do it with pip 10.0.1 too. I think that you might have updated pip before updated davisinteractive in the conda environment and this can be the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants