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

Python 3.6 pip3 doesn't fully uninstall JEP #243

Open
keith3k opened this issue Apr 15, 2020 · 0 comments
Open

Python 3.6 pip3 doesn't fully uninstall JEP #243

keith3k opened this issue Apr 15, 2020 · 0 comments
Labels

Comments

@keith3k
Copy link

keith3k commented Apr 15, 2020

Describe the problem
I upgraded from JEP 3.8.2 to 3.9.0 and then encountered a build issue because some of the old 3.8.2 files remained in place next to the 3.9.0. PIP3 correctly attempts to uninstall the previous version before installing the new one. The problem is "pip3 uninstall jep" leaves the old jep 3.8.2 jar file in place, causing possible Java build conflicts.

Search for existing solutions
Didn't find any

Environment (please complete the following information):

  • OS Platform, Distribution, and Version: Ubunut 18.04
  • Python Distribution and Version: Python 3.6, PIP 20.0.2
  • Java Distribution and Version: OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)
  • Jep Version: 3.8.2 -> 3.9.0
  • Python packages used (e.g. numpy, pandas, tensorflow): numpy,scipy,matplotlib,jep,pillow

Logs
none

Additional context
none

@ndjensen ndjensen added the build label Apr 28, 2020
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

2 participants