aitjcize / PyTox

Python binding for Project-Tox the skype replacement.
GNU General Public License v3.0
96 stars 29 forks source link

install failed via pip #47

Open randoms opened 9 years ago

randoms commented 9 years ago

pip install pytox failed on windows. details

cl : Command line error D8021 : invalid numeric argument '/Wno-declaration-after-statement'
error: command 'C:\\Users\\newne_000\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status 2

It seems you setted the wrong compile flag for the cl.

Adman commented 9 years ago

@randoms I've got the same problem on Ubuntu

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
quininer commented 9 years ago

you can try pip install git+https://github.com/kitech/PyTox.git@newapi_tests.

Adman commented 9 years ago

@quininer since this repository is broken, shouldn't be branch newapi_tests merged into this repo's master? cc @aitjcize

kitech commented 9 years ago

@Adman just use newapi branch is fine, https://github.com/kitech/PyTox.git@newapi

Adman commented 9 years ago

@kitech both examples are broken. After I send friend requests it accepts me and throws AttributeError

Accepted.
Traceback (most recent call last):
  File "phone.py", line 321, in <module>
    t.loop()
  File "phone.py", line 288, in loop
    self.iterate()
AttributeError: on_friend_connection_status
kitech commented 8 years ago

try again please. should be fixed now.

kitech commented 8 years ago

newapi has merge. but need change version and create a new pip package.

mrshu commented 8 years ago

@aitjcize could you bump the version and upload it to PyPI as @kitech suggests? I do not think anyone else has the rights to do that.