Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Site packages, Python 3.8
#1
from setuptools import setup

setup(
    name = 'vsearch'
    version = '1.0'
    description = 'The Head First Python Search Tools',
    author = 'HF Python 2e',
    author_email = '[email protected]',
    url = 'headfirstlabs.com',
    py_modules = ['vsearch'],
)
The above gets stuck at "version '1.0'" It is from the book 'Head First Python', page 179, regarding site packages.
Reply
#2
you have 2 missing commas
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
(Jan-18-2020, 09:19 PM)buran Wrote: you have 2 missing commas
Ahh, something simple. Thanks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing python packages in a virtual environment Led_Zeppelin 1 775 Aug-15-2023, 08:18 PM
Last Post: deanhystad
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 849 Jul-15-2023, 11:32 AM
Last Post: snippsat
  site-packages issue paulgureghian 3 1,363 Jul-07-2022, 04:15 PM
Last Post: snippsat
  Troubleshooting site packages ('h5py' to be specific) aukhare 2 2,006 Nov-02-2020, 03:04 PM
Last Post: snippsat
  How to create local copies of Python packages so they do not have to be downloaded okhajut 3 2,038 Sep-29-2020, 02:22 PM
Last Post: buran
  python interpreter won't import packages greenpy 1 1,984 Sep-11-2020, 07:47 PM
Last Post: buran
  Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules. DivyaKumar 2 6,521 Jul-09-2020, 04:46 PM
Last Post: srikanth7482
  site packages, python 3.8 Dixon 12 6,488 Feb-01-2020, 05:32 PM
Last Post: Dixon
  Python 3.8 or 3.? Trouble installing packages dn237 5 6,809 Oct-25-2019, 07:21 PM
Last Post: snippsat
  Python packages - quality j.crater 8 5,767 Mar-13-2017, 08:58 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