I am using Pycharm. Trying to
pip install amplitude
The error is:
ERROR: Could not find a version that satisfies the requirement amplitude (from versions: none)ERROR: No matching distribution found for amplitude
Has anybody faced it?
Hi Sergei ,
Which version of Python are you running? Can you try to see if you get the same issue with Python 3.7 and 3.8? I do hear some issues with this error with Python 3.9 so I am curious as to the version you have for Python? Can you use versions 3.7 & 3.8 and see if either of them work? Is it possible to test this on a different machine and see if you get the same issue? can you also try a different network and try send the event again? Thank you!
I have not come across this before but I am not overly familiar with Pycharm in recent years. Have you tried the correct install? According to our documentation here, you need to run the command “pip install amplitude-analytics” to install the package. Did you try that? If so ;1. Can you make sure there are no VPNs or Adblockers.2. Can you read through the installation fully and try again? 3. Can you reinstall Pycharm and try again?4. Please post a screenshot of the error you get when you do run the command and I will see what I can do!
Kind Regards,Denis
Hi Denis,
Yes, I’ve installed the SDK according to the docs and there were no problems. I just run:
pip install amplitude-analytics
and there were no visible problems with that.
There are no blockers and I’ve reinstalled the Pycharm again. I followed the basic tutorial and now get the following error:
What could it be? Do you have any ideas how to fix it?
Thanks, Sergey
Hi Denis Holmes,
You were absolutely right regarding the version issue. I’ve tried 3.10 (the latest on Python website) and 3.9 and got the same issue. Verion 3.7 worked well for me and I managed to send the event data via API.
Thanks for your help!
Regards, Sergei
My pleasure!
I’m still seeing the original error:
ERROR: Could not find a version that satisfies the requirement amplitude-analytics (from versions: none)
#0 0.635 ERROR: No matching distribution found for amplitude-analytics
Is there a plan to make this SDK available in later versions of Python?
Hi everyone, We're using Amplitude's S3 export and noticed that for every export batch, two files are created in our bucket: 1. A `_complete` file (0 bytes, seems to be a flag/marker) 2. A `.json.gz` file (the actual event data) The actual data lives entirely in the `.json.gz` file, so the `_complete` file doesn't seem to…
Hello, We have a blank screen after adding in Amplitude/Session replay into our app, it seems like some windows appear for a breif second before dissapearing back to the black screen. Currently are app is NOT using Jetpack compose. This is on a samsung active 3,
Hi, I set integration between Amplitude and Appsflyer(V1) - I see that integration is active but when I'm trying to check this integration in Amplitude section “Connect AppsFlyer” on the second step I see “Listening..” and nothing happend. Does this second step show any activity only if I begin sending events from…
I want to be able to identify and track the users that are hitting a specific page (feature) that is limited by our product tiering in our multi-tenant SaaS app. Our customer businesses have their own segmented dashboard based on the subdomain of the app url (somebusiness.ourapp.com), and I have figured out how to capture…
Hi there, I'm trying to integrate the surveys for react native feature to our app. I've followed the guide and I verify the plugin is "booted" correctly (right user id and device id) but when opening a link, while the linking handlers are correctly triggered, the call to handleURL is returning false - I've verified the url…