I downloaded PyCharm today and installed Crypto, but it says that it's missing, I tried almost all the solutions here.
I'm using a Mac and I should be using pip3 to install any package.
Also, take a look at this screenshot, the screenshot shows the result when I search for crypto. Maybe this could be the problem:
Here is my code:
from firebase import firebase
firebase = firebase.FirebaseApplication("https://smallworld-89f21.firebaseio.com/")
data = {
"Name" : "Abdullah",
"Age" : 20
}
result = firebase.post("smallworld-89f21/hellYeah", data)
print(result)
This is the error I'm getting: