We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installed all the dependencies, getting this error while trying to install the smars-library.
pi@obot:~/smars $ sudo pip install smars-library Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting smars-library Using cached https://files.pythonhosted.org/packages/90/96/9c4cfc3cd927127db5701eeaefd7c65709c8936f4e90a30d84b7ec5f2f3c/smars_library-0.4.1.tar.gz Installing build dependencies ... done Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-ohxLft/smars-library/setup.py", line 8, in README = (HERE / "README.md").read_text() AttributeError: 'PosixPath' object has no attribute 'read_text'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-ohxLft/smars-library/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed all the dependencies, getting this error while trying to install the smars-library.
pi@obot:~/smars $ sudo pip install smars-library
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting smars-library
Using cached https://files.pythonhosted.org/packages/90/96/9c4cfc3cd927127db5701eeaefd7c65709c8936f4e90a30d84b7ec5f2f3c/smars_library-0.4.1.tar.gz
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-ohxLft/smars-library/setup.py", line 8, in
README = (HERE / "README.md").read_text()
AttributeError: 'PosixPath' object has no attribute 'read_text'
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-ohxLft/smars-library/
The text was updated successfully, but these errors were encountered: