Python Forum
Upgrade Setuptools on Python 3.4
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Upgrade Setuptools on Python 3.4
#1
Hi,

I have Python 3.4, with setuptools 18.3 on workstation without Internet access.
I am going to install module Crypto but it neeeds version setuptools 18.5 or newer.
-----------------------------------------------------------------------------------
C:\Python\cryptography-2.3.1>python setup.py
Traceback (most recent call last):
File "setup.py", line 28, in <module>
"cryptography requires setuptools 18.5 or newer, please upgrade to a "
RuntimeError: cryptography requires setuptools 18.5 or newer, please upgrade to
a newer version of setuptools
-----------------------------------------------------------------------------------

I have downloaded and installed version setuptools 40.4 but python doesn't see new version ((
C:\Python\cryptography-2.3.1>python -m easy_install --version
setuptools 18.2

Could you please help me with my issue!

Alex
Reply
#2
use 1st:
pip install --upgrade pip
then:
pip install crypto
Reply
#3
Thank you for your answer, but it doesn't help me.

My workstation with python doesn't have Internet access.

pip install --upgrade pip
Requirement already up-to-date: pip in c:\python34\lib\site-packages
pip install crypto
Could not find a version that satisfies the requirement crypto (from versions:)
No matching distribution found for crypto

Alex
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Version upgrade nitinkukreja 1 912 Feb-04-2023, 10:27 PM
Last Post: Larz60+
  Upgrade makes Code Error kucingkembar 6 3,110 Jul-28-2022, 06:44 PM
Last Post: kucingkembar
  pip doesn't work after Python upgrade Pavel_47 10 4,237 May-30-2022, 03:31 PM
Last Post: bowlofred
Question Setuptools CLI program ModuleNotFoundError after splitting up module into package Postbote 1 2,330 Nov-25-2021, 06:35 PM
Last Post: Postbote
  Upgrade from 3.7.9 to 3.7.11 quazirfan 4 5,489 Sep-08-2021, 01:02 AM
Last Post: quazirfan
  Scipy sparse setuptools issues Anldra12 11 5,467 Jun-19-2021, 04:01 PM
Last Post: Anldra12
  Upgrade pip error karunas 3 3,154 Nov-26-2020, 11:40 AM
Last Post: buran
  Upgrade Python Version ? JohnnyCoffee 2 2,540 Aug-08-2020, 09:56 PM
Last Post: Larz60+
  pip upgrade error most197 4 5,314 May-08-2020, 05:35 PM
Last Post: snippsat
  Python: command “python -m pip install --upgrade pip” doesn't work apollo 2 13,318 Sep-16-2019, 03:11 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020