ActivityWatch / ActivityWatch/aw-import-ical

Issue: Unable to Install `typed-ast` with Poetry on Ubuntu 24.04.1 LTS

未关闭
#7 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
26
派生
5
PR 合并指标
30 天内没有已合并 PR

描述

#### **System Information**
- **OS**: Ubuntu 24.04.1 LTS (x86_64)
- **Kernel**: 6.8.0-47-generic
- **Shell**: bash 5.2.21
- **Python Version**: Python 3.12
- **Poetry Version**: [Your Poetry version here]
- **Package**: `typed-ast` (version 1.4.3)

#### **Error Description**
Attempting to install dependencies with Poetry results in a build error for `typed-ast` (1.4.3). The error appears to be related to a missing `code.h` file during compilation.

#### **Steps to Reproduce**
1. Run `poetry install` on a project that includes `typed-ast==1.4.3`.
2. Encounter the following error during the installation of `typed-ast`:

#### **Error Log**
```plaintext
Backend subprocess exited when trying to invoke build_wheel

running bdist_wheel
running build
...
In file included from ast27/Custom/typed_ast.c:3:
ast27/Custom/../Include/compile.h:5:10: fatal error: code.h: No such file or directory
5 | #include "code.h"
| ^~~~~~~~
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
```

#### Fixes?
Is there a recommended version or workaround to install it?

Thank you for your assistance!

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。