How to solve reportMissingImports from discord in vscode - python-3.10

My Python is 3.10.0 64-bit and I just install Microsoft Visual C++ Build Tools to solve problem about wheel.Now I can install discord package but when I building a discord bot I got this this is my problem picture

Related

Can you create a build using expo without counting foe the EAS build count?

I am trying to figure out if all the methods to create a build using expo must go through EAS (Expo Application Services) since apparently they limit the free tier to 30 builds per month.
Can I build the web-app locally without an EAS account / 100% for free?
The documentation isn't clear to me.
I do not have enough rep to comment so I will ask here and edit/delete later.
Have you tried building your application manually using android studio / xcode? You should be able to generate a build folder for both platforms and open that folder with android studio or xcode, make, build and run the project to test.
For android:
Step 1: install OpenJDK
Step 2: install android studio
Step 3: CD in your application folder and locate package.json.
Step 4: Run npm android in the same directory where package.json is located
This should open up android studio for you in the same directory and you can start debugging there with the android studio built in emulator. You can also build an APK of your application and install it to your device or connect your mobile device to android studi via wifi pairing and install the application on your android.
According to this video, using eas build --local should do the trick

How to fix 'bash: ask: command not found' error after installing the ASK-CLI?

I'm a beginner in Alexa skill development. I had installed ASK-CLI and was working properly until today and now I'm getting this error :'bash: ask: command not found'
I have node and git installed and working properly.
I have installed and uninstalled ASK multiple times, still not working.
what is you OS and also what command did you use to install the cli?

Mean-cli configuration issue

I am new to mean based app development .I am following the here to configure the app i have installed all the prerequisites as mentioned in the link but getting error while executing the working on windows 7
npm install -g mean-cli
Error
I have installed and updated the Visual Studio C++ template which got the issue fixed

Error Running Development Web Server

I am new to learning AngularJS, after installing Node.js I also cloned the angular.phonecat repository, I am finding it difficult to start the development web server using:
npm install
Please find attached the errors i got.
Install Python 2.7.* , node-gyp is looking for it to be specified and can't find it.
If you want to use a different version of Python with NPM, see this post.

Google App Engine plugin on Eclipse luna running on mac os x

Hey guys I have successfully downloaded and installed the google app engine plugin at Eclipse -> Help -> install new software according to this site
https://cloud.google.com/appengine/docs/java/tools/eclipse#Installing_the_Google_Plugin_for_Eclipse
But after installation I cannot find any App Engine Project from my Eclipse, Please teach me how to fix this error. Thank you very much.
Hey guys I have figure out what cause this problem as the java version of my mac is not larger then 7
For those who don't know, you can check on the version on terminal typing
java -version
or
javac -version
I keep this post for those who likes me fall into a simple stupid question.

Resources