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?
I am running into a loop when attempting to import data from BigQuery. At origin, my data is already in milliseconds since epoch. If I query: event_time as time, I get the error: 1.'time' column should be a TIMESTAMP_NTZ column (Snowflake) or a TIMESTAMP column (BigQuery). example for the type of 'time' column is…
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…
Hello, I'm using SpringBoot and Kotlin to integrate with the Amplitude Export API. The official Amplitude documentation (https://amplitude.com/docs/apis/analytics/export) states that "data is available to export at a minimum within 2 hours of when the servers received it." However, there's no clear information about the…
Hello, Is there a way to make a query like: “Give me all the users that have the user property X equal to 10”, by using just any of the APIs, without making a cohort first through the Amplitude’s UI? Thank you!