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
pip freeze
rajat@rajat-VirtualBox:~/Desktop/sharding-master$ sudo python3 setup.py build /home/rajat/.local/lib/python3.6/site-packages/setuptools/dist.py:454: UserWarning: Normalizing '0.0.2-alpha.2' to '0.0.2a2' warnings.warn(tmpl.format(**locals())) running build running build_py INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/Grammar.txt INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/PatternGrammar.txt file sharding.py (for module sharding) not found running egg_info writing sharding.egg-info/PKG-INFO writing dependency_links to sharding.egg-info/dependency_links.txt writing requirements to sharding.egg-info/requires.txt writing top-level names to sharding.egg-info/top_level.txt file sharding.py (for module sharding) not found reading manifest file 'sharding.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'sharding.egg-info/SOURCES.txt' file sharding.py (for module sharding) not found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pip freeze
):What is wrong?
rajat@rajat-VirtualBox:~/Desktop/sharding-master$ sudo python3 setup.py build
/home/rajat/.local/lib/python3.6/site-packages/setuptools/dist.py:454: UserWarning: Normalizing '0.0.2-alpha.2' to '0.0.2a2'
warnings.warn(tmpl.format(**locals()))
running build
running build_py
INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/Grammar.txt
INFO:root:Generating grammar tables from /usr/lib/python3.6/lib2to3/PatternGrammar.txt
file sharding.py (for module sharding) not found
running egg_info
writing sharding.egg-info/PKG-INFO
writing dependency_links to sharding.egg-info/dependency_links.txt
writing requirements to sharding.egg-info/requires.txt
writing top-level names to sharding.egg-info/top_level.txt
file sharding.py (for module sharding) not found
reading manifest file 'sharding.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'sharding.egg-info/SOURCES.txt'
file sharding.py (for module sharding) not found
The text was updated successfully, but these errors were encountered: