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
Hi , I dont know where to find package_metadata
$ pip install tmuxp Downloading/unpacking tmuxp Downloading tmuxp-0.1.5.tar.gz (71kB): 71kB downloaded Running setup.py (path:/tmp/pip_build_root/tmuxp/setup.py) egg_info for package tmuxp Traceback (most recent call last): File "", line 17, in File "/tmp/pip_build_root/tmuxp/setup.py", line 15, in from package_metadata import p ImportError: No module named 'package_metadata' Complete output from command python setup.py egg_info: Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_root/tmuxp/setup.py", line 15, in
from package_metadata import p
The text was updated successfully, but these errors were encountered:
c4e21f6
Fix #49 package_metadata.py missing from MANIFEST.in
e2ec85e
@dslackw Thank you for reporting this. I released v0.1.5.1. Can you try to do $ pip install tmuxp again?
v0.1.5.1
$ pip install tmuxp
Sorry, something went wrong.
Done solved ,
Thank you !!!
No branches or pull requests
Hi ,
I dont know where to find package_metadata
$ pip install tmuxp
Downloading/unpacking tmuxp
Downloading tmuxp-0.1.5.tar.gz (71kB): 71kB downloaded
Running setup.py (path:/tmp/pip_build_root/tmuxp/setup.py) egg_info for package tmuxp
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_root/tmuxp/setup.py", line 15, in
from package_metadata import p
ImportError: No module named 'package_metadata'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_root/tmuxp/setup.py", line 15, in
The text was updated successfully, but these errors were encountered: