south-coast-science / scs_dev

Command-line utilities for environmental sensing devices using South Coast Science digital front-end (DFE) circuits
MIT License
2 stars 1 forks source link

missing files? #372

Closed staropram closed 3 years ago

staropram commented 4 years ago

I'm trying to install the module with python setup.py install but it complains about several missing files:

I don't know how to proceed

bruno-beloff commented 4 years ago

The setup.py is out of date. Please follow these instructions instead:

https://github.com/south-coast-science/scs_dev/wiki/1:-Installation

On Mon, 13 Jul 2020 at 15:34, Ashley Mills notifications@github.com wrote:

I'm trying to install the module with python setup.py install but it complains about several missing files:

  • src/scs_dev/aws_api_auth.py
  • src/scs_dev/dfe_power.py
  • src/scs_dev/ndir_sampler.py
  • src/scs_dev/socket_receiver.py

I don't know how to proceed

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/south-coast-science/scs_dev/issues/372, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFJZBA56ESBA4H4GID7SC4DR3MLORANCNFSM4OYROEPQ .

-- Bruno Beloff CEO, South Coast Science

web: www.southcoastscience.com mobile / whatsapp: +44 7884 258268 skype: bbeloff

Free to attend webinars on Air Quality Monitoring Technology hosted by South Coast Science and the Enabling Technology, KTN. Please share!

📅 22nd July 2020, 10am: Brian Stacey, Ricardo & Tony Bush, Apertum. 📅 5th August 2020, 10am: Ronan Baron, Alphasense & Bruno Beloff, South Coast Science. Book a place or find more information here: https://eur.cvent.me/Pqd0m

staropram commented 4 years ago

thanks