Pulp Installation #363
Unanswered
goldmanparker
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hello! you're probably using a different python version from the one you just installed. Try doing something like:
you should get pulp version 2.3 |
Beta Was this translation helpful? Give feedback.
5 replies
-
I was able to get this situated, thank you!
…On Fri, Nov 20, 2020 at 12:00 PM Franco Peschiera ***@***.***> wrote:
Hello! you're probably using a different python version from the one you
just installed. Try doing something like:
import pulp as pl
print(pl.__version__)
you should get pulp version 2.3
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#363 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQBYUTNQNEDWDKRN6OOVR5LSQ2VDPANCNFSM4T5CTGDQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have pip installed pulp at the command line, however, whenever I execute my test script:
import pulp as pl
solver_list = pl.listSolvers()
AttributeError: module 'pulp' has no attribute 'listSolvers'
Can someone help point me in the right direction? I have pip uninstalled pulp and reinstalled, but nothing seems to be solving my issue.
Beta Was this translation helpful? Give feedback.
All reactions