Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't install bs4 #290

Closed
Giahieu opened this issue Mar 12, 2018 · 3 comments · Fixed by #314
Closed

can't install bs4 #290

Giahieu opened this issue Mar 12, 2018 · 3 comments · Fixed by #314

Comments

@Giahieu
Copy link

Giahieu commented Mar 12, 2018

when i try to install bs4 on the command line, i got this error.

pip install bs4
Querying PyPI ...
Downloading package ...
Opening: https://pypi.python.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz
Save as: /private/var/mobile/Containers/Data/Application/3BB2506F-8E18-442E-96D0-0160E55FC3DF/tmp//bs4-0.0.1.tar.gz (1121 bytes)
1121 [100.00%]
Extracting archive file ...
Archive extracted.
Running setup file ...
PipError('failed to find packages or py_modules arguments in setup call',)
Failed to run setup.py
Fall back to directory guessing ...
Error: Cannot locate packages. Manual installation required.

please help

@jsbain
Copy link
Contributor

jsbain commented Mar 12, 2018

pip install beautifulsoup4

note this installs the 2.7 version. to use in python3 you have to manually run 2to3 or modernize from the wrench menu on each file in Python Modules->site-packages->bs4 and subfolders.

@Giahieu
Copy link
Author

Giahieu commented Mar 12, 2018

Thanks :D. Anyway is pip and setuptools in staSH the latest version because it keep saying that im trying to install on 2.7 version of python instead of 3.6 one(i'm using 3.6 interpreter). I can't upgrade pip, i tried "pip install pip" but i doesn't work too. So is there any way to upgrade pip?

@jsbain
Copy link
Contributor

jsbain commented Mar 14, 2018

The pythonista environment doesn't work with pip and setuptools, so the one in stash is one with some parts faked. Stash runs in 2.7 only, which often causes problems with modules that are "smart" enough to have different dependencies.

Someone had developed a pip3 a while back, but I'm not sure what happened to that. Another approach is to simply use pip download, then tar -xzf, theb manually move the folder to site-packages.

bennr01 added a commit to bennr01/stash that referenced this issue May 4, 2018
#About this commit/PR
This is a commit/PR to close a large number of old/fixed issues at once using the github `fix #<issuenumber>` syntax.
Below is a list of all issues which will automatically be closed by merging this commit/PR into `ywangd/master`.
Behind each issue number is a short summary about the issue or why it can be closed.

#Issues which can be closed

**Py3 related:**
- fix ywangd#281 (py3 had not yet been supported)
- fix ywangd#261 (python3 pip installation)
- fix ywangd#246 (python3 code in python2)
- fix ywangd#222 (python3 command in stash)
- fix ywangd#200 (pip now works (at least partially) with python3)
- close ywangd#197 (general pythonista3 compatibility thread)


**Questions which have been answered / unfixable bugs:**
- close ywangd#310 (pip installation with c code)
- close ywangd#292 (StaSh is not dead; also a question regarding py3)
- close ywangd#290 (pip installation, problem solved)
- close ywangd#289 (answer provided, no further activity by reporter)
- close ywangd#279 (pip install protects standard distribution)
- close ywangd#245 (answered)
- close ywangd#244 (not possible (unless someone finds a workaround)
- close ywangd#243 (c-code in pip installation)
- close ywangd#208 (question answered)


**implemented suggestions/changes:**
- fix ywangd#273 (partially implemented as part of py2and3)
- fix ywangd#193 (implemented by now)
- fix ywangd#63  (subcommand completion; implemented long ago)
- fix ywangd#39  (pip; implemented long ago)

**fixed bugs:**
- fix ywangd#308 (https error in pip; fixed)
- fix ywangd#223 (old beta-related bug)
- fix ywangd#211 (old beta-related bug)
- fix ywangd#209 (seems to be fixed, can not reproduce)
- fix ywangd#206 (git did not clone into subdirectory; fixed)
- fix ywangd#98  (telnet did not send \r\n; fixed)


**other stuff:**
- close ywangd#260 (no useful bug description)
- close ywangd#258 (no useful bug description)
- close ywangd#251 (not a bug but an announcement, no longer relevant)
- close ywangd#241 (works now)
- close ywangd#219 (no further acivity by reporter, likely user error)


#Issues which can be closed, but where the underlying issue has not been fixed
- close ywangd#285 (pip command too complex)
- close ywangd#291 (pip installation question, but not c-code related. But seems package-related)
- close ywangd#274 (pip install problem, at least partial related to c-code, no further activity by reporter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants