No matching distribution found for ocdev

I use owncloud9.0.10 on CentOS6.9 with SCL’s rh-php56 and IUS’s python3.6u

pip3 install ocdev returns

Collecting ocdev
Could not find a version that satisfies the requirement ocdev (from versions: )
No matching distribution found for ocdev

Anyone konw how to solve this issue?

ocdev is not maintaining anymore. https://github.com/owncloud/core/issues/27928#issuecomment-302367815

1 Like

Thanks for your information.
Is there any alternative to deploy an app.?

As far as I know, there is no alternative. To develop and deploy an app just track the documentation and look at the other app repos. https://doc.owncloud.org/server/latest/developer_manual/app/introduction.html. If you want to put your app to marketplace, there is a section for code signing and publishing also.

1 Like

I’ll try to do that way.
Thank you.

Hey,

furthermore i think it could make sense to update to the latest available version 10.0.9 as 9.1 and 9.0 are already unsupported. This makes sure that you’re developing an app which is based and working on a supported version of ownCloud.

Thenk you for the advice I wil.

1 Like