Still the same : (
Cython version 3.0.0b2
Still the same : (
Cython version 3.0.0b2
Please share the full output from sudo pacman -Syu cython
OK this is weird:
[n3rdium@n3rdium-ms7d22 ~]$ sudo pacman -Syu cython
[sudo] password for n3rdium:
:: Synchronizing package databases...
endeavouros is up to date
core is up to date
extra is up to date
community is up to date
multilib is up to date
error: failed retrieving file 'endeavouros.db' from mirror.albony.xyz : The requested URL returned error: 404
warning: cython-0.29.35-2 is up to date -- reinstalling
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Package (1) Old Version New Version Net Change
extra/cython 0.29.35-2 0.29.35-2 0.00 MiB
Total Installed Size: 9.78 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
\(0/1) checking keys in keyring [c o o o o o o o o o o o o ] 0(1/1) checking keys in keyring [--------------------------------------] 100%
(1/1) checking package integrity [--------------------------------------] 100%
(1/1) loading package files [--------------------------------------] 100%
(1/1) checking for file conflicts [--------------------------------------] 100%
:: Processing package changes...
(1/1) reinstalling cython [--------------------------------------] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Checking which packages need to be rebuilt
Err…are you running a different version than the one shown by which
?
Try this and share the results:
sudo find / -xtype f -name cython
[n3rdium@n3rdium-ms7d22 ~]$ sudo find / -xtype f -name cython
[sudo] password for n3rdium:
/home/n3rdium/.local/bin/cython
/home/n3rdium/.local/share/bottles/bottles/Astro/drive_c/users/n3rdium/AppData/Local/Astrometry/bin/cython
/usr/bin/cython
find: ‘/run/user/1000/doc’: Permission denied
find: ‘/run/user/1000/gvfs’: Permission denied
What installed this?
What if you remove all the python related things in /home/n3rdium/.local/bin/
?
Then does cython --version
show the correct version?
Sadly it doesn’t : (
@dalto Should I do a clean install? I’m really confused and I feel like doing so.
I clean install should resolve it.
You can check if you have python packages installed as user :
python -m pip list --user
and what’s inside /home/n3rdium/.local/lib first.
Yes, I have packages installed as user.
Reinstalled eos. This should be fun
Results: I still got that error, so I had to delete a file in my python install dir. Everythings fine now. Thanks!
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.