We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest, cloning the repo
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.
make dev
The first failure is because it needs to have cargo installed. This can be solved doing sudo apt-get install cargo.
cargo
sudo apt-get install cargo
Then the make dev command fails because frozenlist==1.4.0 is not compatible with Python 3.13.x
frozenlist==1.4.0
That everything works as expected
Have a new Ubuntu installation, install Python 3.13.x and follow the steps in CONTRIBUTING.md
Linux
Local
3.11
No response
The text was updated successfully, but these errors were encountered:
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
libpq-dev
Sorry, something went wrong.
@francescomucio we are working on it here #2194 . alpha release coming soon.
No branches or pull requests
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 doingsudo apt-get install cargo
.Then the
make dev
command fails becausefrozenlist==1.4.0
is not compatible with Python 3.13.xExpected 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
The text was updated successfully, but these errors were encountered: