Paket Yükleme Komutları, Conda Prompt ve CMD için

Eklemek istediği olan ya da düzeltmek istediği olan varsa, ekleyebilir, düzenleyebilir, kolay gelsin…
Conda Prompt için:

Pandas

conda install -c anaconda pandas

Pandas-Datareader

conda install -c anaconda pandas-datareader

Psutil

conda install -c conda-forge psutil

conda install -c conda-forge/label/gcc7 psutil

conda install -c conda-forge/label/cf201901 psutil

conda install -c conda-forge/label/cf202003 psutil

Numpy

conda install -c anaconda numpy

Opencv

conda install -c conda-forge opencv

conda install -c conda-forge/label/gcc7 opencv

conda install -c conda-forge/label/broken opencv

conda install -c conda-forge/label/cf201901 opencv

conda install -c conda-forge/label/cf202003 opencv

Matplotlib

conda install -c conda-forge matplotlib

conda install -c conda-forge/label/testing matplotlib

conda install -c conda-forge/label/testing/gcc7 matplotlib

conda install -c conda-forge/label/cf202003 matplotlib

conda install -c conda-forge/label/matplotlib_rc matplotlib

conda install -c conda-forge/label/gcc7 matplotlib

conda install -c conda-forge/label/broken matplotlib

conda install -c conda-forge/label/rc matplotlib

conda install -c conda-forge/label/cf201901 matplotlib

conda install -c conda-forge/label/broken-test matplotlib

PIL

conda install -c anaconda pillow

Django

conda install -c anaconda django

Pyperclip

conda install -c conda-forge pyperclip

conda install -c conda-forge/label/gcc7 pyperclip

conda install -c conda-forge/label/cf201901 pyperclip

conda install -c conda-forge/label/cf202003 pyperclip

Kivy

conda install kivy -c conda-forge

Selenium

conda install -c anaconda selenium

Termcolor

conda install -c omnia termcolor

Pygame

conda install -c cogsci pygame

Sly

yok

Click

conda install -c anaconda click

Curses

Socket

Supprocess

conda install -c omnia subprocess32

Seaborn

conda install -c anaconda seaborn

Cython

conda install -c anaconda cython

Asgiref

conda install -c conda-forge asgiref

conda install -c conda-forge/label/broken asgiref

conda install -c conda-forge/label/cf201901 asgiref

conda install -c conda-forge/label/cf202003 asgiref

Pysqlite3

conda install -c kbchoi pysqlite

Sqlite3

conda install -c blaze sqlite3

ResponsiveVoice

yok

Librosa

conda install -c conda-forge librosa

conda install -c conda-forge/label/gcc7 librosa

conda install -c conda-forge/label/cf201901 librosa

conda install -c conda-forge/label/cf202003 librosa

BeautifulSoup4

conda install -c anaconda beautifulsoup4

Sklearn

yok

Scikit-learn

conda install -c anaconda scikit-learn

Requests

conda install -c anaconda requests

H5py

conda install -c anaconda h5py

Tensorflow==1.2.1

conda install -c conda-forge tensorflow

conda install -c conda-forge/label/broken tensorflow

conda install -c conda-forge/label/cf201901 tensorflow

conda install -c conda-forge/label/cf202003 tensorflow

Keras==2.0.6

conda install -c conda-forge keras

conda install -c conda-forge/label/broken keras

conda install -c conda-forge/label/cf201901 keras

conda install -c conda-forge/label/cf202003 keras

PySide2

conda install -c conda-forge pyside2

conda install -c conda-forge/label/gcc7 pyside2

conda install -c conda-forge/label/broken pyside2

conda install -c conda-forge/label/cf201901 pyside2

conda install -c conda-forge/label/cf202003 pyside2

SpeechRecognition

conda install -c conda-forge speechrecognition

conda install -c conda-forge/label/cf201901 speechrecognition

conda install -c conda-forge/label/cf202003 speechrecognition

cmake

conda install -c anaconda cmake

Pyqt5

conda install -c dsdale24 pyqt5

pyqt5-tools

Pyinstaller

conda install -c conda-forge pyinstaller

conda install -c conda-forge/label/cf201901 pyinstaller

conda install -c conda-forge/label/cf202003 pyinstaller

cx_Freeze

conda install -c conda-forge cx_freeze

conda install -c conda-forge/label/cf202003 cx_freeze

CMD için:

Pandas

pip install pandas

Pandas-Datareader

pip install pandas-datareader

Psutil

pip install psutil

Numpy

pip install numpy

Opencv

pip install opencv-python

Matplotlib

pip install matplotlib

PIL

pip install Pillow

Django

pip install django

Pyperclip

pip install pyperclip

Kivy

python -m pip install kivy==1.11.1

Selenium

pip install selenium

Termcolor

pip install termcolor

Pygame

pip install pygame

Sly

pip install sly

Click

pip install click

pip install -U click

Curses

Socket

pip install socket.py

Supprocess

pip install subprocess.run

Seaborn

pip install seaborn

Cython

pip install Cython

Asgiref

pip install asgiref

Pysqlite3

pip install pysqlite3

Sqlite3

pip install sqlite3

ResponsiveVoice

pip install ResponsiveVoice

pip install ResponsiveVoice==0.5.3

Librosa

pip install librosa

BeautifulSoup4

pip install beautifulsoup4

Sklearn

pip install sklearn

Scikit-learn

pip install scikit-learn

Requests

pip install requests

H5py

pip install h5py

Tensorflow==1.2.1

pip install tensorflow

Wrapt

Pip install wrapt

Wrapt ve Tensor flow yüklerken, olası wrapt hatası için, cmd’de şunu yapmalıyız:

set WRAPT_INSTALL_EXTENSIONS=false

bunla wrapt hatası ortadan kalkar ve wrapt, tensorflow yüklenebilir.

Keras==2.0.6

pip install Keras

PySide2

pip install PySide2

SpeechRecognition

pip install SpeechRecognition

cmake

pip install cmake

Pyqt5

pip install PyQt5

pyqt5-tools

pip install pyqt5-tools

ek olarak designer.exe çalışma sorunu için pyqt5-tools yüklendikten sonra ilgili videoyu izleyebilirsiniz, videoyu uygularsanız, sorununuz çözülecektir.(İlgili video: https://www.youtube.com/watch?v=lUmS6XhuPLI)

Pyinstaller

pip install pyinstaller

cx_Freeze

pip install cx_Freeze

1 Beğeni

Bu konuya neden gerek duydunuz bilmiyorum ama, zaten istediğimiz bir paketin dökümanlarında veya pypi’den rahatlıkla bulabiliyoruz.

  • ama eğer şöyle birşey ekleseydiniz belki daha cok yararlı olurdu, diye düşünüyorum

pip ile manuel paket kurulumu veya pip ile bitwise operatörleri kullanımı… gibi

Pratik olarak kategorize halde önemli bir kısmı burada, bunun burada olması fena sayılmaz bence.
Lazım olan kullanır.