dooit
dooit copied to clipboard
ERROR: Package 'dooit-0.2.0' requires a different Python: 3.8.10 not in '>=3.10,<4.0'
when i try to install it using pip3 install . it says: "ERROR: Package 'dooit-0.2.0' requires a different Python: 3.8.10 not in '>=3.10,<4.0'" same thing when i use the one liner i thought it was because of my python version so i checked when i run python3.10 --version it says i have 3.10.5 how do i fix this?
- OS: [Linux mint]
Try this:
python3.10 -m pip install git+https://github.com/kraanzu/dooit.git
when i did it outputs this
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/usr/lib/python3/dist-packages/pip/main.py", line 16, in
I think you have both versions of python which is causing the issue...try removing the older version first :)
i have this error:
Traceback (most recent call last): File "/Users/brizzz/.pyenv/versions/3.10.4/lib/python3.10/site-packages/psutil/_psosx.py", line 343, in wrapper return fun(self, *args, **kwargs) File "/Users/brizzz/.pyenv/versions/3.10.4/lib/python3.10/site-packages/psutil/_psosx.py", line 401, in cmdline return cext.proc_cmdline(self.pid) ProcessLookupError: [Errno 3] assume no such process (originated from sysctl(KERN_PROCARGS2) -> EINVAL)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/brizzz/.pyenv/versions/3.10.4/bin/dooit", line 8, in
macOS
Hey @brizzz , I've pushed an update... Maybe try again after updating?
@kraanzu thanks! After reinstall it works!
@kraanzu getting the same now, tried with pip3.9, pip3.10 and python3.8
ERROR: Package 'dooit' requires a different Python: 3.9.7 not in '<4.0,>=3.10'
@ngmisl It's because of your python version! In the updated version (releasing in a couple of hours) this won't be the case anymore so closing this issue