Skip to content

osc_tools.py not found #156

@bugith

Description

@bugith

Hi
Ubuntu 24.04
Following README, I installed requirements.txt this way:

pip3 install virtualenv ==>>ERROR
sudo apt install python3-pip  ==>>ok
pip3 install virtualenv==>>ERROR
sudo apt install python3-virtualenv  ==>>ok
virtualenv -p python3 .   ==>>ok
source bin/activate   ==>>ok
pip3 install -r requirements.txt   ==>>ok

My ~/bin was filled with garbage so I removed all and re-run:

virtualenv -p python3 bin/kartaview  ==>>ok
source bin/kartaview/bin/activate  ==>>ok

Now I want to send pictures to kartaview there is nothing like osc_tools in my laptop, sudo find / -iname osc_tool* gives nothing so I don't know were the '/path_to_scripts/osc_tools' is.

python: can't open file '/home/me/bin/kartaview/osc_tools.py': [Errno 2] No such file or directory
sudo find / -iname osc*
echo $?
0

What is wrong please, I understand nothing to python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions