'No such file or directory' installing RTC-Tools through pip

24 views Asked by At

I need RTC-Tools for a homework assignment. Tried to follow this tutorial to get it:

As it needed pip for installation, I installed it according to this guide.

Then, in the Command Prompt, I wrote:

pip install rtc-tools

It started downloading, but at the end I got an error message.

ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\Users\\admin\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python39\\site-packages\\rtctools_channel_flow\\modelica\\Deltares\\ChannelFlow\\SimpleRouting\\Branches\\Internal\\KLagNonlinearityParameterDenominator.mo'

Full console screenshot

I don't know how to fix it.

I also tried:

git clone https://gitlab.com/deltares/rtc-tools.git

That gave the same error message.

I am using Python 3.9.

0

There are 0 answers