Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Unable to build #178

Open
SubhadipDatta opened this issue Sep 3, 2020 · 2 comments
Open

Unable to build #178

SubhadipDatta opened this issue Sep 3, 2020 · 2 comments

Comments

@SubhadipDatta
Copy link

(base) C:\Users\subha>python C:\Users\subha\Downloads\Compressed\jpy-master\setup.py --maven build bdist
Traceback (most recent call last):
File "C:\Users\subha\Downloads\Compressed\jpy-master\setup.py", line 312, in
long_description=_read('README.md') + '\n\n' + _read('CHANGES.md'),
File "C:\Users\subha\Downloads\Compressed\jpy-master\setup.py", line 185, in _read
with open(filename, encoding='UTF-8') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

@jburmistrova
Copy link

jburmistrova commented Nov 7, 2020

I have the same error.
Running on MacOS Catalina

(snap) ➜ jpy git:(master) python setup.py bdist_wheel
Traceback (most recent call last):
File "setup.py", line 312, in
long_description=_read('README.md') + '\n\n' + _read('CHANGES.md'),
File "setup.py", line 185, in _read
with open(filename, encoding='UTF-8') as file:
TypeError: 'encoding' is an invalid keyword argument for this function

@jburmistrova
Copy link

jburmistrova commented Nov 9, 2020

For me the reason this error popped up was because I was using python2.7, maybe check that you are using the correct version?

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

No branches or pull requests

2 participants