-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue installing pysqlite3 on Windows #38
Comments
@Poiuy7312 what package manager do you use? |
Its when using poetry and pip
…On Wed, Aug 30, 2023 at 9:50 AM Simon Jones ***@***.***> wrote:
@Poiuy7312 <https://github.com/Poiuy7312> what package manager do you use?
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2ZWPMDSBJCHDSDJEUETFOLXX5ALJANCNFSM6AAAAAA4EQOQHU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @Poiuy7312, can you please share more details about:
It is worth noting that the error you are documenting is a common one for people who are using Windows to install programs that use a SQLite 3 database. Here is an example: Although it is only a guess, I predict that this problem is appearing when you try to install the Datasette dependency for |
Running Chasten on Windows with out pysqlite3ConfigureRunning the following command should get a similar output
AnalyzeAfter That Running the analyze command for chasten outputted this
IntegrateProblems start to arise when running Integrate Im currently unsure if this is a pysqlite3 issue or a broader problem
Datasette-serveRunning datasette-serve also doesn't work
|
This issue is being worked on from this branch: https://github.com/AstuteSource/chasten/tree/pysqlite3-removal-test-branch |
Hi @boulais01 and @Poiuy7312, can you give us a status update here? |
Hi @Poiuy7312, the issue that you are pointing out with Can you please confirm whether you were running this after using the version that was installed through Finally, it is super-important that we make sure that each of these commands works on all operating systems. Right now we only have evidence that some of them work on Windows and some do not. It would be helpful if we could collect data about how well all of these commands work on all three of the major operating systems that we support. |
I have not used pipx to install as I'm not sure on how I can edit pipx like I can with a poetry install. Can I get an explanation on how to do that. |
Hi @Poiuy7312, I will try to share more details at a later time. You should also work with the staff software engineer on our team to learn more about how to do an editable installation of a Python project that is managed by Ultimately, it is important that we take two perspectives: (1) developers who are going to add features and/or bug fixes and/or documentation to the tool and (2) people who are going to install the tool through the use of either |
@Poiuy7312 did you ever get the datasette issue resolved? |
@VitalJoseph Yes I did it's Issues #51 and PR #52 |
When using the command
poetry install
fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory
ERROR: Failed building wheel for pysqlite3
Failed to build pysqlite3
ERROR: Could not build wheels for pysqlite3, which is required to install pyproject.toml-based projects
When using
pip install pysqlite3
Collecting pysqlite3
Using cached pysqlite3-0.5.1.tar.gz (40 kB)
Preparing metadata (setup.py) ... done
Building wheels for collected packages: pysqlite3
Building wheel for pysqlite3 (setup.py) ... error
error: subprocess-exited-with-error
I've tried looking for solutions however most of them aren't for Windows
The text was updated successfully, but these errors were encountered: