-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
PackagesNotFoundError: The following packages are not available from current channels #23
Comments
If you use |
Hi, On MacOS, the exact command works for me : |
Had the same problem on Ubuntu 18.0.4. Solution was to run |
Added a PR here: #28 |
@zacharyneveu I tried to reproduce in various OS including ubuntu 18.04 but I did see the OP's issue on Windows, but it has a larger issue (of not being supported, see #36 ). I also see in a Windows port they used |
|
I have the same problem. I installed gtts using pip, but I am using Anaconda Spyder for development, and it doesnt recognise packages Ive installed using pip. When I try to install gtts using Conda I get a message "The following packages are not available from current channels". Hit a brick wall here. |
Windows 8 will work. |
I use Windows x64, and I searched around on anaconda.org for a working channel. |
When running
conda install mpi4py=3.0.3
I am getting this error:I am on windows 10, with python 3.8.2 and conda 4.6.14
The text was updated successfully, but these errors were encountered: