Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python setup.py install
#1
Hello:
I can not install python setup.py........ I am using virtualbox and Ubuntu 16.04. I get the error message Python: can't open file install: [errno 2] no such file or directory.

Please be specific because I am new.
Thank you,
Joe
Reply
#2
what are you trying to install? Chances are its in Pypi and you can just do
pip install package_name
Recommended Tutorials:
Reply
#3
setup.py is for making module/package to example wheel.
The end product if use a distribution like PyPi is a finish module/package that users can install with pip.
So setup.py is not for installing stuff,that's done as post bye @metulburr with pip.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Install location setup new default Droidling 2 1,216 Apr-22-2022, 03:45 AM
Last Post: Droidling
  Setup Portable Python on Windows for script starts with double clicks? pstein 0 1,811 Feb-18-2022, 01:29 PM
Last Post: pstein
  How do I locate setup.py in my computer, or install the file? JaneTan 1 1,732 Aug-26-2021, 08:37 AM
Last Post: snippsat
  VSCode Setup and configuring to run with Python apollo 2 3,054 Jan-13-2021, 04:55 PM
Last Post: jefsummers
  Python Idlex setup robsuttonjr 3 3,059 Jan-09-2021, 09:54 PM
Last Post: Gribouillis
  python setup.py install error blackclover 2 7,914 Jan-07-2021, 04:36 AM
Last Post: blackclover
  'python setup.py bdist' gets error on 'compiler_flags' 1780yz 0 2,210 Sep-02-2020, 09:17 PM
Last Post: 1780yz
  Python to setup samuelbachorik 2 2,335 Apr-19-2020, 11:19 AM
Last Post: samuelbachorik
  Arduino / Python Environment Setup - PIP stevealbright 0 2,248 Feb-24-2019, 10:48 PM
Last Post: stevealbright
  run setup.exe from python script with special parameters asheru93 0 2,309 Feb-01-2019, 03:11 PM
Last Post: asheru93

Forum Jump:

User Panel Messages

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