The result of installing python in Anaconda

I used anaconda for the first time when I was enthusiastic about learning python.


Environment: windows7 64bit

~~ I confirmed that python works fine at the command prompt, so ~~ ~~ I proceeded to the next chapter, importing numpy, but ~~ I got an error at ~~ import and couldn't proceed. ~~

~~ In the last line ~~ ~~ImportError:No module named '_ctypes'~~ It says ~~. ~~ ~~ Mysterious. .. .. ~~

I reinstalled it at a later date and it worked. what was that.

For the time being, it was a strange error.


Later I tried installing python 3.5 using anaconda on Mac. At the terminal

test.py


import numpy

When I executed, there was no error ...

What's the difference For the time being, I will study on a Mac.

Recommended Posts

The result of installing python in Anaconda
View the result of geometry processing in Python
Python 3.3 in Anaconda
Measure the execution result of the program in C ++, Java, Python.
The result of Java engineers learning machine learning in Python www
Check the behavior of destructor in Python
The basics of running NoxPlayer in Python
In search of the fastest FizzBuzz in Python
[Python] Let's reduce the number of elements in the result in set operations
the zen of Python
Output the number of CPU cores in Python
[Python] Sort the list of pathlib.Path in natural sort
Get the caller of a function in Python
Calculation result after the decimal point in Python
Make a copy of the list in Python
Find the divisor of the value entered in python
Find the solution of the nth-order equation in python
The story of reading HSPICE data in Python
[Note] About the role of underscore "_" in Python
About the behavior of Model.get_or_create () of peewee in Python
Solving the equation of motion in Python (odeint)
Output in the form of a python array
I want to batch convert the result of "string" .split () in Python
How to pass the execution result of a shell command in a list in Python
Scraping the result of "Schedule-kun"
Experience the good calculation efficiency of vectorization in Python
Towards the retirement of Python2
How to get the number of digits in Python
Download the file in Python
Find the difference in Python
The process of installing Atom and getting Python running
[python] Get the list of classes defined in the module
About the ease of Python
The story of FileNotFound in Python open () mode ='w'
Equivalence of objects in Python
Get the result in dict format with Python psycopg2
Version upgrade of python Anaconda
Learn the design pattern "Chain of Responsibility" in Python
Implement the solution of Riccati algebraic equations in Python
Get the size (number of elements) of UnionFind in Python
Not being aware of the contents of the data in python
Reproduce the execution example of Chapter 4 of Hajipata in Python
Let's use the open data of "Mamebus" in Python
Implemented the algorithm of "Algorithm Picture Book" in Python3 (Heapsort)
[Python] Outputs all combinations of elements in the list
Implementation of quicksort in Python
Get the URL of the HTTP redirect destination in Python
A reminder about the implementation of recommendations in Python
About the features of Python
Reproduce the execution example of Chapter 5 of Hajipata in Python
To do the equivalent of Ruby's ObjectSpace._id2ref in Python
Check the asymptotic nature of the probability distribution in Python
The Power of Pandas: Python
Try scraping the data of COVID-19 in Tokyo with Python
Find out the apparent width of a string in python
I tried the accuracy of three Stirling's approximations in python
Check the operation of Python for .NET in each environment
Calculate the square root of 2 in millions of digits with python
Have the equation graph of the linear function drawn in Python
Implemented the algorithm of "Algorithm Picture Book" in Python3 (Bubble Sort)
Get the number of specific elements in a python list