Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
site packages, python 3.8
#3
(Jan-24-2020, 08:42 AM)buran Wrote: What happens if you explicitly specify file formats in the cli with --formats option? The docs state that default format on windows is zip, but anyway it's worth a try

As stated in the docs:

Quote: In the simplest case,
python setup.py sdist
(assuming you haven’t specified any sdist options in the setup script or config file), sdist creates the archive of the default format for the current platform. The default format is a gzip’ed tar file (.tar.gz) on Unix, and ZIP file on Windows.

You can specify as many formats as you like using the --formats option, for example:

python setup.py sdist --formats=gztar,zip
to create a gzipped tarball and a zip file.

as a side note you can open tar files on widows

OK, your tip works as far as getting the 'vsearch-1.0.zip' into the dist directory. So now I'm supposed to be able to access vsearch module from any location on my computer if I understand. Still a no go, and I can't find help online, nor does the book have anything to say about figuring out the error.
Reply


Messages In This Thread
site packages, python 3.8 - by Dixon - Jan-23-2020, 11:45 PM
RE: site packages, python 3.8 - by buran - Jan-24-2020, 08:42 AM
RE: site packages, python 3.8 - by Dixon - Jan-24-2020, 09:49 PM
RE: site packages, python 3.8 - by buran - Jan-24-2020, 09:55 PM
RE: site packages, python 3.8 - by snippsat - Jan-24-2020, 10:37 PM
RE: site packages, python 3.8 - by Dixon - Jan-27-2020, 11:10 PM
RE: site packages, python 3.8 - by snippsat - Jan-28-2020, 02:03 AM
RE: site packages, python 3.8 - by Dixon - Jan-28-2020, 10:18 PM
RE: site packages, python 3.8 - by snippsat - Jan-28-2020, 10:39 PM
RE: site packages, python 3.8 - by Dixon - Jan-28-2020, 11:26 PM
RE: site packages, python 3.8 - by Dixon - Jan-29-2020, 11:22 PM
RE: site packages, python 3.8 - by snippsat - Jan-30-2020, 12:34 AM
RE: site packages, python 3.8 - by Dixon - Feb-01-2020, 05:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing python packages in a virtual environment Led_Zeppelin 1 875 Aug-15-2023, 08:18 PM
Last Post: deanhystad
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 967 Jul-15-2023, 11:32 AM
Last Post: snippsat
  site-packages issue paulgureghian 3 1,434 Jul-07-2022, 04:15 PM
Last Post: snippsat
  Troubleshooting site packages ('h5py' to be specific) aukhare 2 2,075 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,103 Sep-29-2020, 02:22 PM
Last Post: buran
  python interpreter won't import packages greenpy 1 2,040 Sep-11-2020, 07:47 PM
Last Post: buran
  Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules. DivyaKumar 2 6,661 Jul-09-2020, 04:46 PM
Last Post: srikanth7482
  Site packages, Python 3.8 Dixon 2 2,603 Jan-18-2020, 10:42 PM
Last Post: Dixon
  Python 3.8 or 3.? Trouble installing packages dn237 5 6,936 Oct-25-2019, 07:21 PM
Last Post: snippsat
  Python packages - quality j.crater 8 5,881 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