[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda

2019-09-04 Thread Ana


New submission from Ana :

So, all in all, if I try to install Numpy, SciPy, pandas or any related 
libraries via pip I see several issues, no AIX version written (somewhere?) for 
Python 3.8, as well as pip addresses to mkl_rt, which is not found in the path.

I am trying to use python3.8 as a system interpreter and pip version: pip 
19.2.3 I don't want to use conda. I am trying to test it using my system. What 
can I do?

--
components: macOS
messages: 351123
nosy: annelischen, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda
type: crash
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue38027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda

2019-09-04 Thread Ana

Ana  added the comment:

1) The OS: Mojave 10.14.6
2) Python is currently here: /usr/local/bin/python
3)Pip is here: /usr/local/bin/pip Here is pip -V: pip 19.2.3 from 
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip
 (python 3.8)
4)I know it’s in beta, but I am trying to report the issues, which I find wrong
5) pip install  doesn’t work
6) If I install manually, I can install the libs:
$ pip download 
$ cd somewhat
$ python setup.py build
$ python setup.py install

And in that case everything works, I can see the libs installed in my PyCharm 
app as well.

And I can run simple code in PyCharm with given Python and Pip, if I install 
the libs manually.

However, everything must work with just pip install , that’s why I am 
reporting.

Thx

> On 4 Sep 2019, at 15:49, Ronald Oussoren  wrote:
> 
> 
> Ronald Oussoren  added the comment:
> 
> What issues to you see?
> 
> What operating system and version are you on?
> 
> How did you install Python?
> 
> Note that Python 3.8 is still in beta and therefore a lot of 3th party 
> libraries do no yet have binary wheels available. You therefore likely need a 
> compiler to install Numpy and related libraries.
> 
> --
> 
> ___
> Python tracker 
> <https://bugs.python.org/issue38027>
> ___

--

___
Python tracker 
<https://bugs.python.org/issue38027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda

2019-09-04 Thread Ana


Ana  added the comment:

That's huge, so I am attaching it in a separate file

--
Added file: https://bugs.python.org/file48591/piperroroutput.txt

___
Python tracker 
<https://bugs.python.org/issue38027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda

2019-09-04 Thread Ana


Ana  added the comment:

At the end of each error log, there is a message stating different python 
versions (up to 3.7) and AIX. However, there is no python3.8 + AIX, and there 
is no corresponding dependency:

ERROR: Command errored out with exit status 2:
   command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip
 install --ignore-installed --no-user --prefix 
/private/tmp/pip-build-env-4mykinsd/overlay --no-warn-script-location 
--no-binary :none: --only-binary :none: -i https://pypi.org/simple 
<https://pypi.org/simple> -- wheel setuptools 'Cython>=0.29.2' 'numpy==1.13.3; 
python_version=='"'"'3.5'"'"' and platform_system!='"'"'AIX'"'"'' 
'numpy==1.13.3; python_version=='"'"'3.6'"'"' and 
platform_system!='"'"'AIX'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"' 
and platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0; 
python_version=='"'"'3.5'"'"' and platform_system=='"'"'AIX'"'"'' 
'numpy==1.16.0; python_version=='"'"'3.6'"'"' and 
platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"' 
and platform_system=='"'"'AIX'"'"''
   cwd: None

> On 4 Sep 2019, at 17:09, Mark Dickinson  wrote:
> 
> pip install git+https://github.com/numpy/numpy.git 
> https://github.com/numpy/numpy.git%60>

--

___
Python tracker 
<https://bugs.python.org/issue38027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38027] Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda

2019-09-04 Thread Ana

Ana  added the comment:

Thx for the link. Btw, I have tried: pip install 
git+https://github.com/numpy/numpy.git https://github.com/numpy/numpy.git> 
That doesn’t work for me. The only way I can install somewhat is downloading 
the package, building and installing it.

> On 4 Sep 2019, at 17:11, Mark Dickinson  wrote:
> 
> 
> Mark Dickinson  added the comment:
> 
> I forgot to include the NumPy issue link: 
> https://github.com/numpy/numpy/issues/14403 (and other similar issues).
> 
> The pip error output you posted looks like the same issue to me.
> 
> --
> 
> ___
> Python tracker 
> <https://bugs.python.org/issue38027>
> ___

--

___
Python tracker 
<https://bugs.python.org/issue38027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38028] Assertion error in Python 3.8

2019-09-04 Thread Ana


New submission from Ana :

After all, I am trying to install the dev version of Numpy and the other libs. 
Unfortunately, I am still unable to install them. I have some assertion errors:

ERROR: Exception:
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/cli/base_command.py",
 line 188, in main
status = self.run(options, args)
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/commands/install.py",
 line 398, in run
installed = install_given_reqs(
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/req/__init__.py",
 line 54, in install_given_reqs
requirement.install(
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/req/req_install.py",
 line 925, in install
self.move_wheel_files(
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/req/req_install.py",
 line 453, in move_wheel_files
wheel.move_wheel_files(
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/wheel.py",
 line 324, in move_wheel_files
scheme = distutils_scheme(
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_internal/locations.py",
 line 104, in distutils_scheme
assert not (home and prefix), "home={} prefix={}".format(home, prefix)
AssertionError: home=/private/tmp/pip-target-4p5evqc_ 
prefix=/private/tmp/pip-build-env-b27ru_1v/overlay

That's the first time I see such an issue and googling doesn't resolve it at all

--
components: macOS
messages: 351138
nosy: annelischen, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Assertion error in Python 3.8
type: crash
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue38028>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38028] Assertion error in Python 3.8

2019-09-04 Thread Ana

Ana  added the comment:

Well I have been looking through the interim commands running by the terminal. 
As far as I can see that’s not Numpy/scipy or whatever.

These are the setup tools, wheel and Cython. I may be wrong, but I guess these 
are pretty universal and are required by many functionalities of Python

sudo -H /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip
 install --ignore-installed --no-user --prefix 
/private/tmp/pip-build-env-b27ru_1v/overlay --no-warn-script-location 
--no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 
setuptools wheel cython
Password:
Collecting setuptools
  Using cached 
https://files.pythonhosted.org/packages/b2/86/095d2f7829badc207c893dd4ac767e871f6cd547145df797ea26baea4e2e/setuptools-41.2.0-py2.py3-none-any.whl
Collecting wheel
  Using cached 
https://files.pythonhosted.org/packages/00/83/b4a77d044e78ad1a45610eb88f745be2fd2c6d658f9798a15e384b7d57c9/wheel-0.33.6-py2.py3-none-any.whl
Collecting cython
Installing collected packages: setuptools, wheel, cython

The error appeared right after running that command. So, is it still a Numpy 
issue?

> On 4 Sep 2019, at 19:10, Ned Deily  wrote:
> 
> 
> Ned Deily  added the comment:
> 
> NumPy has a very complex build and install process including supplying its 
> own modified version of Distutils.  You should take up any build and install 
> issues first with the NumPy project and then, if you both agree that there 
> appears to be a problem in Python itself, re-open an issue here.  We really 
> are not in a position to debug NumPy installs here.
> 
> --
> resolution:  -> third party
> stage:  -> resolved
> type: crash -> 
> 
> ___
> Python tracker 
> <https://bugs.python.org/issue38028>
> ___

--

___
Python tracker 
<https://bugs.python.org/issue38028>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11201] Python installation error 2203

2011-02-12 Thread Ana Koren

New submission from Ana Koren :

I'm running Windows 7 (32-bit) and I downloaded Python 2.7.1 Windows Installer 
but I can't install it. I get this message:
"The installer has encountered an unexpected error installing this package. 
This may indicate a problem with this package. The error code is 2203."

--
messages: 128449
nosy: corenova
priority: normal
severity: normal
status: open
title: Python installation error 2203
versions: Python 2.7

___
Python tracker 
<http://bugs.python.org/issue11201>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11201] Python installation error 2203

2011-02-12 Thread Ana Koren

Ana Koren  added the comment:

Yes, I downloaded it from there.

--

___
Python tracker 
<http://bugs.python.org/issue11201>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4966] Improving Lib Doc Sequence Types Section

2011-05-16 Thread Ana Sofia Paixão

Ana Sofia Paixão  added the comment:

I was taking a look into the possibility of splitting this page into several 
pages, and wondered: could the contents of the Comparisons and the Boolean 
operations sections just be merged into Python Reference / Expressions, and 
then deleted from this page altogether? They are not even data types but 
operators, after all.

--
nosy: +anasofiapaixao

___
Python tracker 
<http://bugs.python.org/issue4966>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com