Python Forum
Cannot use pypy on Python3 code
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot use pypy on Python3 code
#1
I am trying pypy on some code that I believe is Python3 code.

When I tried it on some code that worked under Python3 i got an error.
The same error over and over. It is about NumpPY not being installed.

It i for python3. What must I to install numpy for pypy compiling Python3 code?

Any help appreciated. Thanks in advance.

Respectfully,

ErnestTBass

here is the error:

Traceback (most recent call last):
File "ann.py", line 1, in <module>
import numpy as np
Reply


Messages In This Thread
Cannot use pypy on Python3 code - by ErnestTBass - May-15-2018, 02:23 PM
RE: Cannot use pypy on Python3 code - by Larz60+ - May-15-2018, 02:55 PM
RE: Cannot use pypy on Python3 code - by snippsat - May-15-2018, 02:59 PM
RE: Cannot use pypy on Python3 code - by snippsat - May-15-2018, 05:17 PM
RE: Cannot use pypy on Python3 code - by snippsat - May-15-2018, 05:45 PM
RE: Cannot use pypy on Python3 code - by Larz60+ - May-17-2018, 12:44 PM
RE: Cannot use pypy on Python3 code - by snippsat - May-17-2018, 05:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Linear Regression Python3 code giving weird solutions deepsen 0 1,473 Nov-01-2019, 12:06 PM
Last Post: deepsen
  Pypy installation in Windows 10 Frankie 2 10,731 Jun-13-2018, 04:05 AM
Last Post: Frankie

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020