ICSM / ampere

A tool to fit the SED and spectra of dusty objects to constrain, among other things, the dust properties and mineralogy
6 stars 2 forks source link

Ampere installation - pyphot not found #48

Closed jontymarshall closed 1 year ago

jontymarshall commented 3 years ago

Running Mac OSX 11.4, fresh install of Anaconda and Ampere. I ran the setup.py script, which got almost all the necessary modules except PyPhot with error:

"No local packages or working download links found for pyphot error: Could not find suitable distribution for Requirement.parse('pyphot')"

However, copying and pasting the "> pip install " for PyPhot (as suggested on their webpage) worked fine on the command line. Perhaps we should implement that in the setup script?

pscicluna commented 1 year ago

With the changes to Photometry, our fork of pyphot is no longer required. Setup.py (and, by extension, pip install .) should now work as intended.