question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip install peewee fails with Anaconda on Win10

See original GitHub issue

pip 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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
happylrdcommented, Apr 10, 2018

@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.

0reactions
coleifercommented, Mar 27, 2018

This environment var is supported in the latest version on PyPI – 3.1.7, which I just pushed. Hope this helps!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found