This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author annelischen
Recipients annelischen, ned.deily, ronaldoussoren
Date 2019-09-04.13:05:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <61F7E09D-A7C6-4ABB-BB6C-986EDB0129C9@gmail.com>
In-reply-to <1567601357.07.0.670423576643.issue38027@roundup.psfhosted.org>
Content
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 <report@bugs.python.org> wrote:
> 
> 
> Ronald Oussoren <ronaldoussoren@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 <report@bugs.python.org>
> <https://bugs.python.org/issue38027>
> _______________________________________
History
Date User Action Args
2019-09-04 13:05:59annelischensetrecipients: + annelischen, ronaldoussoren, ned.deily
2019-09-04 13:05:59annelischenlinkissue38027 messages
2019-09-04 13:05:59annelischencreate