cid-harvard / py-ecomplexity

Python package to compute economic complexity and associated variables
MIT License
63 stars 24 forks source link

name 'ecomplexity' is not defined #9

Closed akozzy18 closed 4 years ago

akozzy18 commented 4 years ago

I am currently running the init_ file and I the error, "NameError: name 'ecomplexity' is not defined", how would I solve this?

shreyasgm commented 4 years ago

If you're just trying to use the package, all you need to do is do pip install ecomplexity in the terminal, and then from ecomplexity import ecomplexity in your script. Can you clarify what you're trying to do?

shreyasgm commented 4 years ago

Closing as not an issue. @akozzy18 let me know if you have any trouble using the package.