Amed Öz
Amed Öz

Reputation: 19

I get error while downloading utilities module - Python

I am trying to download utilities module with pip install utilities but i get this error

ERROR: Could not find a version that satisfies the requirement utilities (from versions: none)

ERROR: No matching distribution found for utilities

Python Version : 3.8.2

OS : Windows 10

Upvotes: 0

Views: 99

Answers (1)

kefi Kefi
kefi Kefi

Reputation: 128

try with this command:

python3 -m pip install utilities

Upvotes: 1

Related Questions