-
Notifications
You must be signed in to change notification settings - Fork 127
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
Import issue #26
Comments
I have the same issue. |
Hey @Phoebe-Macdonald hoebe, did you manage to solve this issue? |
Hi |
Hi @Phoebe-Macdonald did you ever resolve this issue? I am currently having this problem as well. |
@Ruagit this works for me |
When i do what @mouhsineelachbi suggests, i get this error. Does anyone know how to resolve this? |
With : pip install -e "git+https://github.com/openskynetwork/opensky-api.git#egg=python&subdirectory=python" I got this error:
|
Did anyone manage to make it run recently? |
this is still not working. |
git clone https://github.com/openskynetwork/opensky-api |
git clone https://github.com/openskynetwork/opensky-api This worked for me |
I have successfully installed opensky-api
When running
pip install -e python
in my terminal I get:Successfully installed opensky-api
)However, if I then run
from opensky_api install OpenSkyAPI
I run into the following error:
Traceback (most recent call last):
File "<input>", line 1, in <module> File "/Applications/PyCharm CE.app/Contents/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'opensky_api'
Is there an issue? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: