Python Forum
I am unable to install NumPy in Python3.7.0 and I don't know why.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I am unable to install NumPy in Python3.7.0 and I don't know why.
#1
This is the error message displayed.

numpy\random\mtrand\mtrand.c(45472): error C2039: 'exc_type': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45473): error C2039: 'exc_value': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45474): error C2039: 'exc_traceback': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45481): error C2039: 'exc_type': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45482): error C2039: 'exc_value': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45483): error C2039: 'exc_traceback': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45484): error C2039: 'exc_type': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45485): error C2039: 'exc_value': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45486): error C2039: 'exc_traceback': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45541): error C2039: 'exc_type': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45542): error C2039: 'exc_value': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45543): error C2039: 'exc_traceback': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45544): error C2039: 'exc_type': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45545): error C2039: 'exc_value': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'
numpy\random\mtrand\mtrand.c(45546): error C2039: 'exc_traceback': is not a member of '_ts'
c:\python37\include\pystate.h(209): note: see declaration of '_ts'

----------------------------------------
Command "c:\python37\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\KANIKA~1\\AppData\\Local\\Temp\\pip-build-buepd8p8\\numpy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\KANIKA~1\AppData\Local\Temp\pip-p3epwd8d-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\KANIKA~1\AppData\Local\Temp\pip-build-buepd8p8\numpy\
Reply
#2
Are you using python 3.7? ('c:\python37')
If so, that's a pre-release and you won't find a lot of packages that
are made for that release yet.
The latest stable release is 3.6.4
Reply
#3
How are you trying to install it?
Reply
#4
This Python 3.6 and pip installation under Windows
The will pip install numpy work.
Reply
#5
Are you dev testing or are you just trying to get it to work?

python3.7 is still in BETA.
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Numpy] How to store different data type in one numpy array? water 7 293 Mar-26-2024, 02:18 PM
Last Post: snippsat
  Numpy returns "TypeError: unsupported operand type(s) for *: 'numpy.ufunc' and 'int'" kalle 2 2,529 Jul-19-2022, 06:31 AM
Last Post: paul18fr
  Unable to install dataprep on my python notebook simplexity 0 3,532 Oct-11-2020, 01:59 AM
Last Post: simplexity
  "erlarge" a numpy-matrix to numpy-array PhysChem 2 2,932 Apr-09-2019, 04:54 PM
Last Post: PhysChem
  tensorflow stopped after numpy install Devilish 0 2,174 Dec-28-2018, 09:29 PM
Last Post: Devilish
  why I can't install numpy with this procedure atlass218 4 12,535 Sep-20-2018, 07:18 AM
Last Post: atlass218
  Numpy install using pip not working w/37 allnotes 2 3,995 Aug-08-2018, 07:52 PM
Last Post: allnotes
  pip unable to install because of missing ssl module metulburr 10 85,822 Jun-09-2017, 08:39 AM
Last Post: wavic

Forum Jump:

User Panel Messages

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