Closed alexelshamouty closed 6 years ago
Fixed this issue with using pytho3.4
virtualenv3 --python=/usr/bin/python3.4 trackerjacker pip3 install trackerjacker trackerjacker
I see that there is a pull request which changes the requirment for the ruamel version, going to test it on python 3.7
` /usr/src/trackerjacker37 ╰─# pip3 install trackerjacker-1.8.7.tar.gz Processing ./trackerjacker-1.8.7.tar.gz Collecting scapy==2.4.0 (from trackerjacker==1.8.7) Using cached https://files.pythonhosted.org/packages/68/01/b9943984447e7ea6f8948e90c1729b78161c2bb3eef908430638ec3f7296/scapy-2.4.0.tar.gz Collecting pyaml>=17.12.1 (from trackerjacker==1.8.7) Using cached https://files.pythonhosted.org/packages/17/c1/5892f756109e54ed53c753129b0da4acf6b6add8dff5a85b18667553b16d/pyaml-17.12.1-py2.py3-none-any.whl Collecting ruamel.yaml==0.15.54 (from trackerjacker==1.8.7) Using cached https://files.pythonhosted.org/packages/74/a1/547f9eb1f9d31c0b269b2d69e47232f9f68c54be1c3bc5c037c4082b3268/ruamel.yaml-0.15.54-cp37-cp37m-manylinux1_x86_64.whl Collecting PyYAML (from pyaml>=17.12.1->trackerjacker==1.8.7) Using cached https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz Building wheels for collected packages: trackerjacker, scapy, PyYAML Running setup.py bdist_wheel for trackerjacker ... done Stored in directory: /root/.cache/pip/wheels/7f/65/dd/a9ca769545de9cc1f823a4e3b5bfa455808e2b3e72a88bb85a Running setup.py bdist_wheel for scapy ... done Stored in directory: /root/.cache/pip/wheels/cf/03/88/296bf69fee1f9ec7a87e122da52253b65f3067f6ea8719b473 Running setup.py bdist_wheel for PyYAML ... done Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f Successfully built trackerjacker scapy PyYAML Installing collected packages: scapy, PyYAML, pyaml, ruamel.yaml, trackerjacker Successfully installed PyYAML-3.13 pyaml-17.12.1 ruamel.yaml-0.15.54 scapy-2.4.0 trackerjacker-1.8.7
`
Following pull request 7 seems to be installing fine, not quite sure about functionality though.. anyway I am closing this issue
Dupe of #14
Hey guys,
I tried installing it using pip3 it failed with the following error:
~ pip3 install trackerjacker Collecting trackerjacker Using cached https://files.pythonhosted.org/packages/d2/81/4dca960aeb78e070c1639ccbacfaa17182762f5c808c2eee0f1906c5fff4/trackerjacker-1.8.7.tar.gz Collecting scapy==2.4.0 (from trackerjacker) Using cached https://files.pythonhosted.org/packages/68/01/b9943984447e7ea6f8948e90c1729b78161c2bb3eef908430638ec3f7296/scapy-2.4.0.tar.gz Collecting pyaml>=17.12.1 (from trackerjacker) Using cached https://files.pythonhosted.org/packages/17/c1/5892f756109e54ed53c753129b0da4acf6b6add8dff5a85b18667553b16d/pyaml-17.12.1-py2.py3-none-any.whl Collecting ruamel.yaml==0.15.0 (from trackerjacker) Using cached https://files.pythonhosted.org/packages/10/aa/f31c8a858e23fe5b14c59e6a03ae80b4cb76353c184df48a582a55eb2674/ruamel.yaml-0.15.0.tar.gz Complete output from command python setup.py egg_info: /tmp/tmp_ruamel_gzljve9b/test_ruamel_yaml.c: In function ‘main’: /tmp/tmp_ruamel_gzljve9b/test_ruamel_yaml.c:6:8: warning: ‘parser’ is used uninitialized in this function [-Wuninitialized] parser = parser; / prevent warning /