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
installing restorething via pip ends up in error, bellow are logs from pip
user@machine:~$ pip install restorething Collecting restorething Downloading restorething-0.2.4.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-6c5cvgu8/restorething/setup.py", line 4, in <module> import restorething File "/tmp/pip-build-6c5cvgu8/restorething/restorething/__init__.py", line 2, in <module> from _version import __version__ ImportError: No module named '_version' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6c5cvgu8/restorething/
The text was updated successfully, but these errors were encountered:
Apologies for the delayed response.
Can you advise python version and OS flavor and version?
Sorry, something went wrong.
No branches or pull requests
installing restorething via pip ends up in error, bellow are logs from pip
The text was updated successfully, but these errors were encountered: