Closed jecarr closed 3 years ago
Hello @jecarr and thank you for the bug report. TRAM has moved to https://github.com/center-for-threat-informed-defense/tram and this issue is no longer present in that repository so I am closing this issue. Thank you!
Edit - This appears to be a dependency issue rather than a Python version issue
Hello,
I upgraded my Python environment ~from 3.7 to 3.9~ (which included updated dependencies) and had some issues. Just highlighting here if anyone wants to do a PR or make suggestions:
from taxii2client.v20 import Collection
Python 3.7taxii-client v2.2.2 usagescipy==1.3.3
pip install scipy
which gave me v1.6.0Optional to sort out too:
Pandas warning:lib/python3.9/site-packages/pandas/compat/__init__.py:97: UserWarning: Could not import the lzma module. Your installed Python is incomplete. Attempting to use lzma compression will result in a RuntimeError.
warnings.warn(msg)
~~@asyncio.coroutine
is used in tram.pyThanks! Happy to hear if there's anything I said that's because of my set-up and not the codebase