8000 ImportError: No module named shortcuts · Issue #737 · pysmt/pysmt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
ImportError: No module named shortcuts #737
Open
@ashfaq92

Description

@ashfaq92

Newly installed pysmt on Macbook by:
pip3 install pysmt

While trying to run an example code given in README file:
from pysmt.shortcuts import Symbol, And, Not, is_sat

The following error is shown:
Traceback (most recent call last): File "/Volumes/GoogleDrive-102241839393799576524/My Drive/research/testing-parametric-systems/assignment/pysmt.py", line 1, in <module> from pysmt.shortcuts import Symbol, And, Not, is_sat File "/Volumes/GoogleDrive-102241839393799576524/My Drive/research/testing-parametric-systems/assignment/pysmt.py", line 1, in <module> from pysmt.shortcuts import Symbol, And, Not, is_sat ImportError: No module named shortcuts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0