Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
The error indicates that there is an issue with building the zen-engine==0.22.0 package during the installation process. The error log points out a failure in preparing metadata for zen-engine from the pyproject.toml
Following is the error message
Collecting zen-engine==0.22.0 (from -r /usr/lib/library-manager/bin/lmjob/sandbox/condaenv.gcir2h2z.requirements.txt (line 35))
Downloading zen_engine-0.22.0.tar.gz (124 kB) 124.8/124.8 kB 19.4 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'error'
I will rephrase the question.
Hi,
PySpark version: 3.3.1.5.2.20240522.3
Python version: 3.10.6 | packaged by conda-forge | (main, Aug 22 2022, 20:35:26) [GCC 10.4.0]
I am getting an error when adding zen-engine in requirements.txt in sparkpool in azure synapse spark pool. The error indicates that there is an issue with building the zen-engine==0.22.0 package during the installation process. The error log points out a failure in preparing metadata for zen-engine from the pyproject.toml
Also, I don't want to to run shell scripts
# Install Rust and Cargo
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
RUN source $HOME/.cargo/env
RUN rustup default
# Add Rust and Cargo to the system's PATH
ENV PATH=$PATH:/root/.cargo/bin
# Verify Rust and Cargo installation
RUN rustc --version
RUN cargo --version
to curl the installer from a public website, then passing the binary to a sub-shell and installing it manually, overriding the session's default PATH and adding the binaries, then manually pip-installing it inside the running session. Would be great to just run of requirements.txt in synapse pyspark manage pools.
Hi @jokarki ,
The error message indicates that there was a problem preparing the package's metadata from the files during the installation process.
The pyproject.toml file specifies the build system for a Python project and its dependencies. If any missing or incorrect dependencies are specified, this error can result.
The zen-engine package may require a specific Python version that is not currently being used.
Finally, you can also try clearing your cache and reinstalling the package.
pip install zen-engine
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
User | Count |
---|---|
4 | |
4 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |