pipedrive-python icon indicating copy to clipboard operation
pipedrive-python copied to clipboard

Does not work for me

Open sowinski opened this issue 6 years ago • 3 comments

Hi,

installed with pip3 and got this error.

python3
Python 3.5.3 (default, Sep 27 2018, 17:25:39) 
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pipedrive.client import Client
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'pipedrive.client'

sowinski avatar Oct 14 '19 12:10 sowinski

Please, check if your folder is named 'pipedrive' as the library.

ingmferrer avatar Nov 25 '19 14:11 ingmferrer

Hi,

I have the same problem and when looking at the init.py file it is empty, any update coming soon ?

kapsoft1 avatar Dec 17 '19 11:12 kapsoft1

does it matter that the module is installed in pipedrive-python-lib when running pip list - should this not be "pipedrive".

rosselot212 avatar Oct 31 '22 08:10 rosselot212

Sorry for the late response, it doesn't matter, when we tried to upload the library in pypi.org the "pipedrive" name was already taken so we changed the name only for pypi.org but we still use "pipedrive" for the import code.

I hope this make sense.

ingmferrer avatar Apr 05 '23 14:04 ingmferrer