Giter VIP home page Giter VIP logo

Comments (6)

rebekah9969 avatar rebekah9969 commented on July 3, 2024

@Hiyabiswas

When running this code for TIC 236887394

sector_data = lk.search_lightcurve("TIC 236887394", author = 'SPOC')

There are 11 data products. Could you please tell me the environment set up.

Environment
platform (e.g. Linux, OSX, Windows):
lightkurve version (e.g. 1.0b6):
installation method (e.g. pip, conda, source):

Could you also please post the full code you are using where this error occurs?

Thank you.

from lightkurve.

Hiyabiswas avatar Hiyabiswas commented on July 3, 2024

Mam, I have given these command:
import lightkurve as lk
import matplotlib.pyplot as plt
TIC = 'TIC 236887394'
sector_data = lk.search_lightcurve(TIC, author = 'SPOC')
and found this result:

AttributeError Traceback (most recent call last)
Cell In[4], line 1
----> 1 sector_data = lk.search_lightcurve(TIC, author = 'SPOC')

AttributeError: module 'lightkurve' has no attribute 'search_lightcurve'

Environment set up:
Platform: Linux (Fedora)
Lightkurve version: python -c "import lightkurve; print(lightkurve.version)"
2.4.0

Installation method: python -m pip install lightkurve --upgrade

from lightkurve.

rebekah9969 avatar rebekah9969 commented on July 3, 2024

Hello @Hiyabiswas

Unfortunately i cannot reproduce this error. Using the same code I am able to obtain results.
The error would suggest that your installation of Lightkurve does not have the search_lightcurve module.

Have you made sure to activate the environment that you have installed lightkurve in?

from lightkurve.

Nschanche avatar Nschanche commented on July 3, 2024

Hi @Hiyabiswas

I was able to reproduce this problem when testing with a PC. I installed Anaconda, created an new environment, installed lightkurve in that environment, opened an ipython session in that environment, and tried to import the package. Like you, I got the ModuleNotFoundError. This was because the way I set up anaconda on the machine, it does not add the environment folder to your system path. To see if this is your issue, you can run the following line in a python session:

import sys; print(sys.path)

This will show you what paths are being used to look at to find packages. I suspect you will not see your environment. As a short-term solution, you can do the following in that terminal and/or jupyter notebook, filling in the path relevant for you:

sys.path.append("C:\\Users\\path\\to\\anaconda3\\envs\\Lib\\site-packages)

This solution would need to be repeated every time you start a new session. For a more permanent solution, you can add path to your environment variables (this appears to require admin access to your computer). How you did this may be different depending on how you set condo up initially, but here is one guide: https://stackoverflow.com/questions/44597662/conda-command-is-not-recognized-on-windows-10

from lightkurve.

bahar1991v avatar bahar1991v commented on July 3, 2024

Hello
I work with the Lightkurve package and it gives me this error(KeyError: 'dataURL')in the download section of the star sectors.
Thank you for guiding me.
Screenshot (1)

from lightkurve.

keyuxing avatar keyuxing commented on July 3, 2024

Hello I work with the Lightkurve package and it gives me this error(KeyError: 'dataURL')in the download section of the star sectors. Thank you for guiding me. Screenshot (1)

See #1377

from lightkurve.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.