-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
spyder-line-profiler not completely installed #63
Comments
Hi @KevinNadar thank you for the feedback! Could you try to manually install Checking locally when installing However, I think we should update the link shown in the message you got since the current repo where Let us know if something of the above helps! |
@dalthviz, what does this mean? Are we not validating correctly that |
In my case, as seen in the Anaconda prompt screenshot, when installing Maybe is something related with the
🤔 seems like we will need to check this on Linux specifilly. Just in case, could you try to force a reinstall of the plugin to check if that helps @KevinNadar ? Let us know! |
It worked!! Thanks 👍🏾 |
Quite strange @KevinNadar , regarding the messages you got from |
I ran the command |
Just in case that's the function that does the validation that seems like is failling for you (even when you have spyder-line-profiler/spyder_line_profiler/spyder/widgets.py Lines 60 to 65 in cb4e4ef
Could you run from the internal console the following:
Maybe with that we can get what is the missing thing. Let us know! |
I have submitted the output, now what to do? |
Thanks @KevinNadar for the new info. Seems then like the problem comes from |
🤔 thanks for the new info @KevinNadar @ccordoba12 could something be happening with the Spyder running env activation to not be able to detected entrypoints from packages on Linux? |
After PR #78, we are no longer using the kernprof entrypoint but instead running |
After installing
spyder-line-profiler
from conda, it is asking me to install theline_profiler
(via pip because it is not available via conda). imageBut
shouldn'tI mix pip and conda?Anyways the github page for it says that it's current version(
v2.1.2
) is broken for now and we have to follow a different set of commands.What should I do?
Mandatory:
atomicwrites >=1.2.0 : 1.4.0 (OK)
chardet >=2.0.0 : 4.0.0 (OK)
cloudpickle >=0.5.0 : 2.1.0 (OK)
cookiecutter >=1.6.0 : 2.1.1 (OK)
diff_match_patch >=20181111 : 20200713 (OK)
intervaltree >=3.0.2 : 3.0.2 (OK)
IPython >=7.31.1;<8.0.0 : 7.33.0 (OK)
jedi >=0.17.2;<0.19.0 : 0.18.1 (OK)
jellyfish >=0.7 : 0.9.0 (OK)
jsonschema >=3.2.0 : 4.6.0 (OK)
keyring >=17.0.0 : 23.6.0 (OK)
nbconvert >=4.0 : 6.5.0 (OK)
numpydoc >=0.6.0 : 1.4.0 (OK)
parso >=0.7.0;<0.9.0 : 0.8.3 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=5.3 : 5.9.1 (OK)
pygments >=2.0 : 2.12.0 (OK)
pylint >=2.5.0 : 2.14.1 (OK)
pyls_spyder >=0.4.0 : 0.4.0 (OK)
pylsp >=1.4.1;<1.5.0 : 1.4.1 (OK)
pylsp_black >=1.2.0 : 1.2.1 (OK)
qdarkstyle >=3.0.2;<3.1.0 : 3.0.3 (OK)
qstylizer >=0.1.10 : 0.2.1 (OK)
qtawesome >=1.0.2 : 1.1.1 (OK)
qtconsole >=5.3.0;<5.4.0 : 5.3.1 (OK)
qtpy >=2.1.0 : 2.1.0 (OK)
rtree >=0.9.7 : 1.0.0 (OK)
setuptools >=49.6.0 : 62.3.4 (OK)
sphinx >=0.6.6 : 5.0.1 (OK)
spyder_kernels >=2.3.1;<2.4.0 : 2.3.1 (OK)
textdistance >=4.2.0 : 4.2.2 (OK)
three_merge >=0.1.1 : 0.1.1 (OK)
watchdog >=0.10.3 : 2.1.9 (OK)
xdg >=0.26 : 0.28 (OK)
zmq >=22.1.0 : 23.1.0 (OK)
Optional:
cython >=0.21 : 0.29.30 (OK)
matplotlib >=3.0.0 : 3.5.2 (OK)
numpy >=1.7 : 1.22.4 (OK)
pandas >=1.1.1 : 1.4.2 (OK)
scipy >=0.17.0 : 1.8.1 (OK)
sympy >=0.7.3 : 1.10.1 (OK)
Spyder plugins:
spyder_line_profiler.spyder.plugin 0.3.0 : 0.3.0 (OK)
spyder_terminal.terminalplugin 1.2.2 : 1.2.2 (OK)
The text was updated successfully, but these errors were encountered: