Skip to content
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

Setting up a new dev environment with python 3.13 fails #2206

Open
francescomucio opened this issue Jan 13, 2025 · 2 comments
Open

Setting up a new dev environment with python 3.13 fails #2206

francescomucio opened this issue Jan 13, 2025 · 2 comments

Comments

@francescomucio
Copy link
Contributor

dlt version

latest, cloning the repo

Describe the problem

Fresh Ubuntu 24.4.1 installation with python 3.13.1. When I try to follow the steps in CONTRIBUTING.md the make dev command fails.

The first failure is because it needs to have cargo installed. This can be solved doing sudo apt-get install cargo.

Then the make dev command fails because frozenlist==1.4.0 is not compatible with Python 3.13.x

Expected behavior

That everything works as expected

Steps to reproduce

Have a new Ubuntu installation, install Python 3.13.x and follow the steps in CONTRIBUTING.md

Operating system

Linux

Runtime environment

Local

Python version

3.11

dlt data source

No response

dlt destination

No response

Other deployment details

No response

Additional information

No response

@francescomucio
Copy link
Contributor Author

I restarted the installation with python 3.12.8, and I needed to install libpq-dev to have it run. This should be added as a prerequisite

@rudolfix
Copy link
Collaborator

@francescomucio we are working on it here #2194 . alpha release coming soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants