程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> arcgis-Windows下 sklearn:numpy.ufunc has the wrong size

arcgis-Windows下 sklearn:numpy.ufunc has the wrong size

編輯:編程綜合問答
Windows下 sklearn:numpy.ufunc has the wrong size

各位大神求指點,我使用ArcGIS10.3自帶的Python2.7.8(NumPy 1.7.1,matplotlib 1.3.0)自己去官網下載安裝了scipy0.13.3和scikit-learn0.16.0,在編譯scikit learn時出現numpy.dtype size問題,還沒有運行其他代碼,只是導入庫就不行了:
print('Hello World')

import numpy & scipy

import numpy as np
from numpy import linalg
from numpy.linalg import norm
from scipy.spatial.distance import squareform, pdist

import sklearn.

import sklearn
from sklearn.manifold import TSNE
from sklearn.datasets import load_digits
from sklearn.preprocessing import scale

print "working"
圖片說明

新手跪求指點,萬分感謝!

最佳回答:


自己解決了。。安裝numpy1.9.1和scipy0.15.1即可解決

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved