Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pystools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pystools

pystools

  • 0.0.83
  • PyPI
  • Socket score

Maintainers
1

项目地址: https://pypi.org/project/pystools/

安装

source venv/bin/activate
pip install -U pystools -i https://pypi.org/simple --trusted-host pypi.org

本项目图像处理使用的是Pillow-SIMD

# must remove existed pillow first.
$ pip uninstall pillow
# install SSE4 version
$ pip install pillow-simd
# install AVX2 version
$ CC="cc -mavx2" pip install -U --force-reinstall pillow-simd

安装,之前需要先安装扩展库(详见: https://pillow.readthedocs.io/en/latest/installation.html#external-libraries)

# mac:
brew install libjpeg libtiff little-cms2 openjpeg webp

# linux
# Debian or Ubuntu:
sudo apt-get install python3-dev python3-setuptools

# Fedora:
sudo dnf install python3-devel redhat-rpm-config

# Alpine:
sudo apk add python3-dev py3-setuptools

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc