pip install peewee fails with Anaconda on Win10
See original GitHub issuepip install peewee
fails with Anaconda on Windows 10.
- OS: Windows 10
- Python: Python 3.6.4 :: Anaconda, Inc.
- Cython: 0.27.3
error
playhouse\_sqlite_ext.c(531): fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory
error: command 'D:\\MyIDE\\VS2015\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2
But when I used official Python without Anaconda, it installed successfully.So what can I do for installing peewee successfully with Python in Anaconda?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Anaconda error: Cannot open include file: 'sqlite3.h': No such ...
pyx -m pip install -U peewee. I have this pyx.bat on the PATH, while no Python on the path @echo off setlocal ::...
Read more >Peewee wont install (Example) | Treehouse Community
Hi there I am having trouble installing the peewee OCR library on my Windows 10 system using "pip install peewee". I have tried...
Read more >Prodigy installation error - setup file not found - solved
I started installing with new Whl file but peewee installation throws an error. As you have suggested in another post I am trying...
Read more >TensorFlow install error with Anaconda using Python 3.5 ...
I am working with Python 3.5 and I installed TensorFlow in windows 10 using Anaconda. I got following error: ; TypeError: 'module' object...
Read more >Python Extension Packages for Windows - Christoph Gohlke
If downloads fail, reload this page, enable JavaScript, ... Use pip version 19.2 or newer to install the downloaded .whl files.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@coleifer
conda install -c conda-forge peewee
can solve this problem, the only regrettable thing is that the version of peewee is a little old, just 2.10.2.Supplement 2018.4.10 The version of peewee is v3.1.5, it’s enough to use for me.
This environment var is supported in the latest version on PyPI – 3.1.7, which I just pushed. Hope this helps!