Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Installing #70

Closed
tanujdhiman opened this issue Jul 1, 2021 · 3 comments
Closed

Error in Installing #70

tanujdhiman opened this issue Jul 1, 2021 · 3 comments

Comments

@tanujdhiman
Copy link
Contributor

馃悰 Bug

augly

To Reproduce

Steps to reproduce the behavior:

  1. Please do the scipy --version from 1.6.2 to 1.5.4

Expected behavior

Environment

  • AugLy Version (e.g., 0.1.2): 0.1.3
  • OS (e.g., Linux): Windows
  • How you installed AugLy (pip install augly, clone & pip install -e AugLy): pip install wheel-name
  • Python version: 3.7
  • Other relevant packages (Tensorflow, etc):

Additional context

@jbitton
Copy link
Contributor

jbitton commented Jul 2, 2021

Hi @tanujdhiman -- sorry to hear you're facing issues with downloading the package.

I tried to reproduce your issue on Python version 3.7.0 and tried to download scipy==1.6.2, but I was actually able to install the package:

(test_env) jbitton-mbp:~ jbitton$ conda create -n test_env python=3.7.0
(base) jbitton-mbp:~ jbitton$ conda activate test_env
(test_env) jbitton-mbp:~ jbitton$ pip3 install scipy==1.6.2
Collecting scipy==1.6.2
  Using cached scipy-1.6.2-cp37-cp37m-macosx_10_9_x86_64.whl (30.7 MB)
Collecting numpy<1.23.0,>=1.16.5
  Using cached numpy-1.21.0-cp37-cp37m-macosx_10_9_x86_64.whl (16.8 MB)
Installing collected packages: numpy, scipy
Successfully installed numpy-1.21.0 scipy-1.6.2
(test_env) jbitton-mbp:~ jbitton$ python
Python 3.7.0 (default, Jun 28 2018, 07:39:16) 
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 

Additionally, I tried to simply install AugLy on Python 3.7.0 by running pip install augly and that also worked as expected. Could you potentially try to run pip install augly instead of pip install augly-0.1.3-py3-none-any.whl? Perhaps that has caused some unintended consequences?

@tanujdhiman
Copy link
Contributor Author

Thanks for replying @jbitton !
Okay I'll try and let you know!

@tanujdhiman
Copy link
Contributor Author

Yes, Thanks it is working fine !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants