You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
When I am trying to install it with a command: pip install pynfc
It reports:
TypeError: 'encoding' is an invalid keyword argument for this function
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pynfc
Storing debug log for failure in /root/.pip/pip.log
Please help. Thanks
The text was updated successfully, but these errors were encountered:
I have run into the same problem, and it seems weird. The traceback I see is pointing to this line:
with open(path.join(path.abspath(path.dirname(__file__)), 'README.rst'), encoding='utf-8') as f:
The encoding parameter is in python3 but can be used in python2 in the io library (not the standard open() function) ... not sure if that file is including that. Looking at the source in github it appears that the setup.py file that pip is running is different than what I can see here. IDK
Hi.
When I am trying to install it with a command: pip install pynfc
It reports:
TypeError: 'encoding' is an invalid keyword argument for this function
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pynfc
Storing debug log for failure in /root/.pip/pip.log
Please help. Thanks
The text was updated successfully, but these errors were encountered: