Open ahmedfayiz opened 6 years ago
Sorry din't get whether you have isssue or not.
@ahmedfayiz I have faced this issue while working with BeautifulSoup4. This issue is very common. This problem occurs when you use the different name while installing and then you try to import with the different name. I think you will get a better idea after having look at this. Stack Overflow
Hello,
ModuleNotFoundError: No module named 'bs4'
I got this error, what should i do??# *I solved it by "pipe3 install beautifulsoup4" I want to learn how i can change this program to use wikiart's daily paintings. Thank you.
Try sudo pip3 install bs4
and this should probably make it work for you.
Let me know if issue persists.
Hello, I am happy to have a distinct honour of your sincere interest. Thank You, Ahmed FAYİZ IR Student Best Regards / Saygılarımla
Middle East Technical University Economic and Administrative Sciences Department of International Relations
On Thu, 2018-10-11 at 11:46 -0700, Hemil Patel wrote:
@ahmedfayiz I have faced this issue while working with BeautifulSoup4. This issue is very common.
This problem occurs when you use the different name while installing and then you try to import with the different name. I think you will get a better idea after having look at this.
Stack Overflow
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c5 5493e4bb","name":"GitHub"},"entity":{"external_key":"github/umangahuj a1/Scripting-and-Web-Scraping","title":"umangahuja1/Scripting-and- Web-Scraping","subtitle":"GitHub repository","main_image_url":"https: //assets- cdn.github.com/images/email/message_cards/header.png","avatar_image_u rl":"https://assets- cdn.github.com/images/email/messagecards/avatar.png","action":{"name ":"Open in GitHub","url":"https://github.com/umangahuja1/Scripting- and-Web- Scraping"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Hemil 96 in #4: @ahmedfayiz I have faced this issue while working with BeautifulSoup4. This issue is very common.\r\nThis problem occurs when you use the different name while installing and then you try to import with the different name. I think you will get a better idea after having look at this.\r\nStack Overflow"}],"action":{"name":"View Issue","url":"https://github.com/umangahuja1/Scripting-and-Web- Scraping/issues/4#issuecomment-429075129"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/umangahuja1/Scripting-and-Web-Scraping/ issues/4#issuecomment-429075129", "url": "https://github.com/umangahuja1/Scripting-and-Web-Scraping/iss ues/4#issuecomment-429075129", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [umangahuja1/Scripting-and-Web-Scraping] bs4 BeautifulSoup (#4)", "sections": [ { "text": "", "activityTitle": "Hemil Patel", "activityImage": "https://assets-cdn.github.com/images/email/message cards/avatar.png", "activitySubtitle": "@Hemil96", "facts": [
] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"umangahuja1/Scripting- and-Web-Scraping\",\n\"issueId\": 4,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"umangahuja1/Scripting-and-Web-Scraping\",\n\"issueId\": 4\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/umangahuja1/Scripting-and-Web-Scraping/iss ues/4#issuecomment-429075129" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 346165134\n}" } ], "themeColor": "26292E" } ] --
Hello,
ModuleNotFoundError: No module named 'bs4'
I got this error, what should i do??# *I solved it by "pipe3 install beautifulsoup4" I want to learn how i can change this program to use wikiart's daily paintings. Thank you.