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

Error installing latest PyMISP #351

Closed
ChessSpider opened this issue Feb 26, 2019 · 3 comments
Closed

Error installing latest PyMISP #351

ChessSpider opened this issue Feb 26, 2019 · 3 comments

Comments

@ChessSpider
Copy link

error installing

Obtaining pymisp from git+https://github.com/MISP/PyMISP.git@345f055844fed0acdfb34c52d96d1751728bb82c#egg=pymisp (from -r REQUIREMENTS (line 6))
  Cloning https://github.com/MISP/PyMISP.git (to revision 345f055844fed0acdfb34c52d96d1751728bb82c) to ./src/pymisp
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/opt/misp-modules/src/pymisp/setup.py", line 7, in <module>
        import pymisp
      File "/opt/misp-modules/src/pymisp/pymisp/__init__.py", line 45, in <module>
        from .tools import reportlab_generator  # noqa
      File "/opt/misp-modules/src/pymisp/pymisp/tools/reportlab_generator.py", line 52, in <module>
        class Flowable_Tag(Flowable):
    NameError: name 'Flowable' is not defined
    ReportLab cannot be imported. Please verify that ReportLab is installed on the system.
    

python 3.6, bionic, in docker

@apigban
Copy link

apigban commented Feb 26, 2019

Did you come up with a solution?
I'm also getting this error.

@ChessSpider
Copy link
Author

Installed reportlab manually;
pip3 install reportlab
and then install PyMSIP.

@apigban
Copy link

apigban commented Feb 26, 2019

thanks

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