New submission from Bassel <bassel_sab...@yopmail.com>:
I'm trying to import these libraries in python using this code: import matplotlib as plt from matplotlib import style import pandas as pd import pandas_datareader.data as web I get unresolved import for each line. I installed them using the terminal of Visual Studio using the following commands pip install matplotlib pip install pandas pip install numpy pip install sklearn pip install pandas-datareader pip install beautifulsoup4 What should I do to solve this problem? Please consider that I'm kind of a beginner so make your answer detailed. Thanks! ---------- components: Windows messages: 393739 nosy: bassel27, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: [WinError 193] %1 is not a valid Win32 application versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44147> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com