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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bash-unix installation by updating numpy version to 1.19.2 #64

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Abril-Barrera
Copy link

Why

Description
Installation of library fails when executing bash unix-install-rsudp.sh script because numpy version required (1.16.4) is not available anymore in conda-forge. So the script is not able to finish.
Tested in MAC OS M1 Sonoma 14.5
Screenshot 2024-05-28 at 7 58 09 a m
Deployment Type Risk/Impact
Bugfix High

What

  • Fix library set-up by upgrading numpy required version from 1.16.4 to 1.19.2 which is the closest one available in conda-forge.

Checklist

Definition of Done

  • Upgraded numpy required version for both UNIX and WIN set-ups.
  • Added freetype dependency and required path variables.

Additional notes

There is another issue with freetype, it should be added as a dependency and also the variables for it should be declared. I didn't do it because it would need a different variable approach for both WIN and UNIX. Since I am unable to test in WIN, I preferred to just used the command "brew install freetype" which adds the library and variables, fixing the error as a work-around.

But as a real solution, the environment.yml should be updated with both the dependency and corresponding variables. The SS of the error can be found below.

Evidence

1. Numpy version 1.16.4 error Screenshot 2024-05-28 at 7 58 09 a m
  1. Succesful installtion with new version of numpy
image
  1. Freetype error
Screenshot 2024-05-28 at 8 38 21 a m

Abril-Barrera and others added 6 commits May 28, 2024 13:19
Given version 1.16.4 is not available anymore in conda-forge
And bash-unix installation is failing
Then updated numpy version to 1.19.2 which is the closest one available
Fixed bash-unix installation by updating numpy version to 1.19.2
@dmitryint
Copy link
Collaborator

Hello. Thanks for your pull request! May I ask you a few questions?

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

Successfully merging this pull request may close these issues.

2 participants