Skip to content
New issue

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

install fabric2.5 is not sucess,help!thanks #2070

Open
herotan opened this issue Mar 15, 2020 · 2 comments
Open

install fabric2.5 is not sucess,help!thanks #2070

herotan opened this issue Mar 15, 2020 · 2 comments

Comments

@herotan
Copy link

herotan commented Mar 15, 2020

git clone https://github.com/fabric/fabric.git
cd fabric
pip3 setup.py install

#install failed,error list:

zip_safe flag not set; analyzing archive contents...
Traceback (most recent call last):
File "setup.py", line 101, in
"Topic :: System :: Systems Administration",
File "/usr/lib64/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib64/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/lib64/python3.7/distutils/dist.py", line 985, in run_command

@ploxiln
Copy link

ploxiln commented Mar 15, 2020

That pip command and error output do not make sense, sorry.

You should be able to use pip without cloning the git repo at all:

pip3 install fabric==2.5.0

or, if installing from a local clone of the repo, do:

cd fabric
pip3 install .

@herotan
Copy link
Author

herotan commented Mar 16, 2020

It's ok,thanks for @ploxiln

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants