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

'pip install mozcpy' failed #2

Closed
ngocnp opened this issue Jan 4, 2023 · 1 comment
Closed

'pip install mozcpy' failed #2

ngocnp opened this issue Jan 4, 2023 · 1 comment

Comments

@ngocnp
Copy link

ngocnp commented Jan 4, 2023

I got this error when installing mozcpy:

python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [8 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-vgfh7wgc/mozcpy_41adbd3297a04ce9bfde91c1db9c58d9/setup.py", line 41, in <module>
          open('CHANGES.rst', encoding='utf8').read()
        File "/home/ngocnp/anaconda3/envs/test/lib/python3.8/codecs.py", line 905, in open
          file = builtins.open(filename, mode, buffering)
      FileNotFoundError: [Errno 2] No such file or directory: 'CHANGES.rst'

Please add CHANGES.rst to package archive

@ikegami-yukino
Copy link
Owner

@ngocnp
Thank you for the reporting 👍
I fixed this problem!
Please try it again!

$ python3 -m pip install mozcpy

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