Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.rst missing in latest release #718

Closed
hinnerkweiler opened this issue Jun 3, 2019 · 4 comments
Closed

README.rst missing in latest release #718

hinnerkweiler opened this issue Jun 3, 2019 · 4 comments

Comments

@hinnerkweiler
Copy link

Hola, and many thanks for packing all the great new features into Pretalx now. I was just trying to upgrade from 0.9.0 according to the documentation on https://docs.pretalx.org/en/latest/administrator/maintenance.html but I keep hitting rocks.

Apparently there is README.rst missing in the release's tar.gz

pretalx@event:~$ pip3.6 install --user -U pretalx
Collecting pretalx
  Using cached https://files.pythonhosted.org/packages/00/42/e4b7251a8b849181cee59378b4e0882fc199d0d72d24f1ece0139bed020a/pretalx-1.0.0.tar.gz
    ERROR: Complete output from command python setup.py egg_info:
    ERROR: Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-o9fqi71g/pretalx/setup.py", line 32, in <module>
        with open(path.join(here, '../README.rst'), encoding='utf-8') as f:
      File "/usr/lib/python3.6/codecs.py", line 897, in open
        file = builtins.open(filename, mode, buffering)
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-o9fqi71g/pretalx/../README.rst'
    ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-o9fqi71g/pretalx/
@sapran
Copy link

sapran commented Jun 3, 2019

I am experiencing this issue in 1.0.0

@minusf
Copy link
Contributor

minusf commented Jun 3, 2019

the previous solution with the try/except was also a bit suboptimal...

at some point LICENSE and README.rst was probably moved from src/ one up... MANIFEST.in still references these non-existing files.

@rixx
Copy link
Member

rixx commented Jun 3, 2019

Interesting to see who uses pretalx, maybe we should build breaking releases more often 😉

No, sorry – I'm currently running a couple of additional tests, and will then release v1.0.1

@rixx rixx closed this as completed in e5aa240 Jun 3, 2019
rixx added a commit that referenced this issue Jun 3, 2019
This reverts commit 9f4b584
to fix an installation crash. Closes #718
@rixx
Copy link
Member

rixx commented Jun 3, 2019

v1.0.1 is released, including the fix for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants