goshippo / shippo-python-client

Shipping API Python library (USPS, FedEx, UPS and more)
https://goshippo.com/docs
MIT License
123 stars 70 forks source link

AttributeError: module 'shippo' has no attribute 'config' #97

Closed cnr91 closed 1 year ago

cnr91 commented 1 year ago

I installed the shippo library. whenever i run your example code i get this error.

AttributeError: module 'shippo' has no attribute 'config'

2023-03-13_140052
cnr91 commented 1 year ago

Do not type shippo in the python filename. That's the cause of the problem.

ghost commented 6 months ago

running in python shell and getting the same error

jfriedr commented 6 months ago

@cnr91 @stealth-d could you try this sdk and let us know if you have any issues there:

https://github.com/goshippo/shippo-python-sdk

it's been pushed to pypi

https://pypi.org/project/shippo/3.0.0/