bmurauer / pipelinehelper

scikit-helper to hot-swap pipeline elements
GNU General Public License v3.0
21 stars 9 forks source link

cannot import name 'PipelineHelper' from 'pipelinehelper' (unknown location) #6

Closed browshanravan closed 4 years ago

browshanravan commented 4 years ago

I have downloaded the pipelinehelper into my virtual environment using the code

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)

Many thanks in advance.

bmurauer commented 4 years ago

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

browshanravan commented 4 years ago

It works! thank you.