Ana <annalischens...@gmail.com> 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 <pkg> doesn’t work
6) If I install manually, I can install the libs:
        $ pip download <somewhat>
        $ 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 <somewhat>, that’s why I am 
reporting.

Thx

> On 4 Sep 2019, at 15:49, Ronald Oussoren <rep...@bugs.python.org> wrote:
> 
> 
> Ronald Oussoren <ronaldousso...@mac.com> 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 <rep...@bugs.python.org>
> <https://bugs.python.org/issue38027>
> _______________________________________

----------

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

Reply via email to