[問題] LevelDB模組使用 (Anaconda, Win-64)

看板Python作者 (2018 star~*)時間7年前 (2018/05/16 11:35), 編輯推噓1(106)
留言7則, 3人參與, 7年前最新討論串1/1
Anaconda 5.1, Python 3.6.4 1.conda search有leveldb 1.20 2.conda install leveldb 完成 3.conda list 裡面確實有leveldb 4.進入ipython, import leveldb ---> ModuleNotFoundError: No module named 'leveldb' 這是為何呢? Orz 擷圖 https://i.imgur.com/pSz0UDL.jpg
Anaconda模組資訊 https://anaconda.org/anaconda/leveldb -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 110.28.138.235 ※ 文章網址: https://www.ptt.cc/bbs/Python/M.1526441702.A.954.html

05/18 08:16, 7年前 , 1F
print(sys.version)
05/18 08:16, 1F

05/18 08:17, 7年前 , 2F
看看你用的是conda的還是其它的python
05/18 08:17, 2F

05/18 12:44, 7年前 , 3F
是conda的沒錯喔
05/18 12:44, 3F

05/18 12:45, 7年前 , 4F
我有建立python 3.5.5 的virtualenv.後來看sitepkg
05/18 12:45, 4F

05/18 12:45, 7年前 , 5F
裡面的東西好像沒其他module的多,放棄了.
05/18 12:45, 5F

05/30 12:44, 7年前 , 6F
剛才遇到相同問題: conda install -c anaconda leveldb
05/30 12:44, 6F

05/30 12:45, 7年前 , 7F
或 conda install -c conda-forge python-leveldb
05/30 12:45, 7F
文章代碼(AID): #1Q-wRcbK (Python)
文章代碼(AID): #1Q-wRcbK (Python)