Closed chendong0444 closed 9 years ago
Hey @chendong0444 Looking into this for you.
Hey @chendong0444, it looks like the pypi package was not packed with the utils
module. I have re-enabled version 2.3.3
from pypi and will release 2.4.1
shortly.
If you need 2.4.x
today, you can try the following:
pip install git+git://github.com/facebook/facebook-python-ads-sdk.git
Thanks for reporting this!
pip install facebookads Successfully installed facebookads-2.4.0
Traceback (most recent call last): File "demo_cpa.py", line 6, in
from facebookads import FacebookSession
File "/Library/Python/2.7/site-packages/facebookads/init.py", line 22, in
from facebookads.api import FacebookAdsApi
File "/Library/Python/2.7/site-packages/facebookads/api.py", line 30, in
from facebookads.utils import urls
ImportError: No module named utils