Skip to content

Warning error during installation  #2

@thsgr

Description

@thsgr

The Setup.py file tries reading CHANGELOG.rst which doesn't seem to exist.

To Reproduce
Run "pip install vulpes"

Error
I get the following message.

     command: /Users/thomas/miniconda3/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = 
'"'"'/private/var/folders/jb/s_5y61s943b_31q0905mn0qr0000gn/T/pip-install-xzw0hogg/vulpes_
54128259457d4cd79c0ef0ee21857a82/setup.py'"'"'; 
__file__='"'"'/private/var/folders/jb/s_5y61s943b_31q0905mn0qr0000gn/T/pip-install-xzw0hogg/vulpes_54128259457d4cd79c0ef0ee21857a82/setup.py'"'"';
f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/jb/s_5y61s943b_31q0905mn0qr0000gn/T/pip-pip-egg-info-gs4bm3vh
         cwd: /private/var/folders/jb/s_5y61s943b_31q0905mn0qr0000gn/T/pip-install-xzw0hogg/vulpes_54128259457d4cd79c0ef0ee21857a82/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/jb/s_5y61s943b_31q0905mn0qr0000gn/T/pip-install-xzw0hogg/vulpes_54128259457d4cd79c0ef0ee21857a82/setup.py", line 14, in <module>
        with open("CHANGELOG.rst", "r+") as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'CHANGELOG.rst'
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/39/cf/1ea3908e0bf6b2e854b031f4ca4b6e553ca8b9904dcf80e0906fb9b4dc9f/
vulpes-0.2.0.tar.gz#sha256=6fe328bb987319dc764f0739434ab31f6d1adfffd3d73bc1f05d5c4a5ec1eff2 
(from https://pypi.org/simple/vulpes/) (requires-python:>=3.7). 
Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Setup:

  • OS: MacOS Monterey
  • Python Version 3.9.12 (installed through minconda)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions