Closed browshanravan closed 4 years ago
I have downloaded the pipelinehelper into my virtual environment using the code
pipelinehelper
pip3 install git+https://github.com/bmurauer/pipelinehelper.git
however when I call the function using
from pipelinehelper import PipelineHelper
I get the error cannot import name 'PipelineHelper' from 'pipelinehelper' (unknown location)
cannot import name 'PipelineHelper' from 'pipelinehelper' (unknown location)
Many thanks in advance.
hi, I have just updated the project and published it on PyPI, so now you should be able to install it using pip directly:
pip install pipelinehelper
Then, the above import should work
It works! thank you.
I have downloaded the
pipelinehelper
into my virtual environment using the codepip3 install git+https://github.com/bmurauer/pipelinehelper.git
however when I call the function using
I get the error
cannot import name 'PipelineHelper' from 'pipelinehelper' (unknown location)
Many thanks in advance.