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

No such file or directory: '/wrkdirs/usr/ports/math/py-benford_py/work-py37/benford_py-0.3.2/README-pypi.md' #48

Closed
yurivict opened this issue Jan 7, 2021 · 1 comment

Comments

@yurivict
Copy link

yurivict commented Jan 7, 2021

The build of the tarball 0.3.2 from the PyPI page fails:

===>  Configuring for py37-benford_py-0.3.2
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 6, in <module>
    with open(path.join(this_directory, 'README-pypi.md'), encoding='utf-8') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/wrkdirs/usr/ports/math/py-benford_py/work-py37/benford_py-0.3.2/README-pypi.md'
*** Error code 1
@milcent
Copy link
Owner

milcent commented Jan 24, 2021

That is weird...
I have checked and it is really not buiding the dist with this file, that I use with slight modifications from the README to better show in Pypi, since it is markdown.
Could you install using pip?
From PyPI: python -m pip install benford_py
or directly from the github repo: python -m pip install git+https://github.com/milcent/benford_py.git@master

@milcent milcent closed this as completed Mar 5, 2021
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

2 participants