-
I would like to install and use pymc-marketing without
I have Python 3.11 ad I have created virtual envs to run "pymc", "tensorflow/keras", "pytorch"on a cpu-based machine. I also have "jupyter" installed. Can I create a virtual env for "pymc-marketing"using installation via pypi and pip? Could I, instead of creating a separate env for "pymc-marketing", simply install the same into the "pymc" virtual env? Could anyone point me to the reference document that would help me in this regard? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can just pip install pymc-marketing then. The recommendation to conda install really comes from pymc rather than pymc marketing. But if you have pymc installed and all of the system dependencies to work to your liking, you should be good to go |
Beta Was this translation helpful? Give feedback.
You can just pip install pymc-marketing then. The recommendation to conda install really comes from pymc rather than pymc marketing. But if you have pymc installed and all of the system dependencies to work to your liking, you should be good to go