2

I tried to install jpype by pip as follows

sudo pip3 install JPype1-py3

but, I received a bunch of errors; the screenshot is attached. Click hereThen I installed manually that package, and when I run, it says: (the screenshot is also attached ) Click here

ModuleNotFoundError: No module named 'jpype'

If you have experienced this problem before, please give me any idea or recommendations to fix it Thank you very much in advance

umka
  • 21
  • 2
  • May be this will solve the problem https://github.com/tcalmant/jpype-py3#debianubuntu – WiLL_K Jan 08 '20 at 07:47
  • I tried to follow github.com/tcalmant/jpype-py3#debianubuntu, but still the same errors... – umka Jan 08 '20 at 08:29
  • Can you add them too please, and could you try to install it using this https://github.com/tcalmant/jpype-py3#installation – WiLL_K Jan 08 '20 at 08:29
  • How are you running it - can you post the full command line you're using? – Will Keeling Jan 08 '20 at 09:01
  • Ok, actually it was installed I guess. However, when I run code, it still cannot find jpype – umka Jan 08 '20 at 11:07
  • What I did is that: 1) git clone https://github.com/tcalmant/jpype-py3.git 2) sudo apt-get install g++ python3-dev 3) cd directory then sudo python3 setup.py install But it still shows me the error that " ModuleNotFoundError: No module named "jpype1" , i thought that it might be because of path, but i checked it and it is right path I do not know it does not see jpype – umka Jan 08 '20 at 11:11

1 Answers1

1

JPype-py3 branch has been deprecated for a while. See https://jpype.readthedocs.io/en/latest/install.html for current install instructions for the main distribution.

Karl Nelson
  • 336
  • 2
  • 3