You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coords doesn´t seem to be located under galpy.util anymore. Below I show you how after a fresh pip install I can´t find it:
(base) PS C:\Users\Luismi> pip uninstall galpy
Found existing installation: galpy 1.8.3
Uninstalling galpy-1.8.3:
Would remove:
c:\users\luismi\anaconda3\lib\site-packages\galpy-1.8.3.dist-info*
c:\users\luismi\anaconda3\lib\site-packages\galpy*
c:\users\luismi\anaconda3\lib\site-packages\libgalpy.cp38-win_amd64.pyd
Proceed (Y/n)? Y
Successfully uninstalled galpy-1.8.3
(base) PS C:\Users\Luismi> pip install galpy
Collecting galpy
Using cached galpy-1.8.3-cp38-cp38-win_amd64.whl (783 kB)
Requirement already satisfied: packaging in c:\users\luismi\appdata\roaming\python\python38\site-packages (from galpy) (21.3)
Requirement already satisfied: numpy>=1.7 in c:\users\luismi\appdata\roaming\python\python38\site-packages (from galpy) (1.22.2)
Requirement already satisfied: scipy in c:\users\luismi\anaconda3\lib\site-packages (from galpy) (1.5.2)
Requirement already satisfied: matplotlib in c:\users\luismi\anaconda3\lib\site-packages (from galpy) (3.4.3)
Requirement already satisfied: cycler>=0.10 in c:\users\luismi\anaconda3\lib\site-packages (from matplotlib->galpy) (0.10.0)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\luismi\anaconda3\lib\site-packages (from matplotlib->galpy) (1.3.0)
Requirement already satisfied: pillow>=6.2.0 in c:\users\luismi\appdata\roaming\python\python38\site-packages (from matplotlib->galpy) (9.0.1)
Requirement already satisfied: pyparsing>=2.2.1 in c:\users\luismi\anaconda3\lib\site-packages (from matplotlib->galpy) (2.4.7)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\luismi\anaconda3\lib\site-packages (from matplotlib->galpy) (2.8.1)
Requirement already satisfied: six in c:\users\luismi\anaconda3\lib\site-packages (from cycler>=0.10->matplotlib->galpy) (1.15.0)
Installing collected packages: galpy
Successfully installed galpy-1.8.3
(base) PS C:\Users\Luismi> python
Python 3.8.5 (default, Sep 3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Coords doesn´t seem to be located under galpy.util anymore. Below I show you how after a fresh pip install I can´t find it:
(base) PS C:\Users\Luismi> pip uninstall galpy
(base) PS C:\Users\Luismi> pip install galpy
(base) PS C:\Users\Luismi> python
Python 3.8.5 (default, Sep 3 2020, 21:29:08) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
Beta Was this translation helpful? Give feedback.
All reactions