No scripts folder in python

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

Python 3.4 and 2.7 installation no Script folder and no pip installed #67792

Python 3.4 and 2.7 installation no Script folder and no pip installed #67792

Comments

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

assignee = None closed_at = Date 2015-03-09.11:47:38.098> created_at = Date 2015-03-07.20:48:32.986> labels = ['type-bug', 'expert-installation', 'OS-windows'] title = 'Python 3.4 and 2.7 installation no Script folder and no pip installed' updated_at = Date 2015-03-09.11:47:38.097> user = 'https://bugs.python.org/DaiyueWeng'
activity = Date 2015-03-09.11:47:38.097> actor = 'Daiyue Weng' assignee = 'none' closed = True closed_date = Date 2015-03-09.11:47:38.098> closer = 'Daiyue Weng' components = ['Installation', 'Windows'] creation = Date 2015-03-07.20:48:32.986> creator = 'Daiyue Weng' dependencies = [] files = [] hgrepos = [] issue_num = 23604 keywords = [] message_count = 3.0 messages = ['237476', '237628', '237638'] nosy_count = 5.0 nosy_names = ['tim.golden', 'BreamoreBoy', 'zach.ware', 'steve.dower', 'Daiyue Weng'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue23604' versions = ['Python 3.4']

The text was updated successfully, but these errors were encountered:

Источник

No scripts folder in python

I was able to get pip install working by finding the path where the Scripts were. I was able to install several packages (matplotlib, scikit-learn, NumPy, pandas, but SciPy failed. The message was:
C:\Users\jriemer\AppData\Local\Programs\Python\Python36-32\Scripts>pip install SciPy
Collecting SciPy
Using cached scipy-0.19.1.tar.gz
Installing collected packages: SciPy
Running setup.py install for SciPy . error
Complete output from command c:\users\jriemer\appdata\local\programs\python\python36-32\python.exe -u -c «import setuptools, tokenize;__file__=’C:\\Users\\jriemer\\AppData\\Local\\Temp\\pip-build-ksmpbner\\SciPy\\setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» install —record C:\Users\jriemer\AppData\Local\Temp\pip-yqe9uknn-record\install-record.txt —single-version-externally-managed —compile:

Note: if you need reliable uninstall behavior, then install
with pip instead of using setup.py install :

— pip install . (from a git repo or downloaded source
release)
— pip install scipy (last SciPy release on PyPI)

lapack_opt_info:
lapack_mkl_info:
libraries mkl_rt not found in [‘c:\\users\\jriemer\\appdata\\local\\programs\\python\\python36-32\\lib’, ‘C:\\’, ‘c:\\users\\jriemer\\appdata\\local\\programs\\python\\python36-32\\libs’]
NOT AVAILABLE

openblas_lapack_info:
libraries openblas not found in [‘c:\\users\\jriemer\\appdata\\local\\programs\\python\\python36-32\\lib’, ‘C:\\’, ‘c:\\users\\jriemer\\appdata\\local\\programs\\python\\python36-32\\libs’]
NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\system_info.py:1051: UserWarning: Specified path C:\projects\numpy-wheels\windows-wheel-builder\atlas-builds\atlas-3.10.1-sse2-32\lib is invalid.
pre_dirs = system_info.get_paths(self, section, key)

NOT AVAILABLE

c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\system_info.py:572: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
self.calc_info()
lapack_info:
libraries lapack not found in [‘c:\\users\\jriemer\\appdata\\local\\programs\\python\\python36-32\\lib’, ‘C:\\’, ‘c:\\users\\jriemer\\appdata\\local\\programs\\python\\python36-32\\libs’]
NOT AVAILABLE

c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\system_info.py:572: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
self.calc_info()
lapack_src_info:
NOT AVAILABLE

c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\system_info.py:572: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
self.calc_info()
NOT AVAILABLE

Running from scipy source directory.
non-existing path in ‘scipy\\integrate’: ‘quadpack.h’
Traceback (most recent call last):
File «», line 1, in
File «C:\Users\jriemer\AppData\Local\Temp\pip-build-ksmpbner\SciPy\setup.py», line 416, in
setup_package()
File «C:\Users\jriemer\AppData\Local\Temp\pip-build-ksmpbner\SciPy\setup.py», line 412, in setup_package
setup(**metadata)
File «c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\core.py», line 135, in setup
config = configuration()
File «C:\Users\jriemer\AppData\Local\Temp\pip-build-ksmpbner\SciPy\setup.py», line 336, in configuration
config.add_subpackage(‘scipy’)
File «c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\misc_util.py», line 1029, in add_subpackage
caller_level = 2)
File «c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\misc_util.py», line 998, in get_subpackage
caller_level = caller_level + 1)
File «c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\misc_util.py», line 935, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File «scipy\setup.py», line 15, in configuration
config.add_subpackage(‘linalg’)
File «c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\misc_util.py», line 1029, in add_subpackage
caller_level = 2)
File «c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\misc_util.py», line 998, in get_subpackage
caller_level = caller_level + 1)
File «c:\users\jriemer\appdata\local\programs\python\python36-32\lib\site-packages\numpy\distutils\misc_util.py», line 935, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
File «scipy\linalg\setup.py», line 20, in configuration
raise NotFoundError(‘no lapack/blas resources found’)
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found

—————————————-
Command «c:\users\jriemer\appdata\local\programs\python\python36-32\python.exe -u -c «import setuptools, tokenize;__file__=’C:\\Users\\jriemer\\AppData\\Local\\Temp\\pip-build-ksmpbner\\SciPy\\setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» install —record C:\Users\jriemer\AppData\Local\Temp\pip-yqe9uknn-record\install-record.txt —single-version-externally-managed —compile» failed with error code 1 in C:\Users\jriemer\AppData\Local\Temp\pip-build-ksmpbner\SciPy\

Источник

Читайте также:  Css container background colors
Оцените статью